[INFO] fetching crate leap-sys 0.2.0...
[INFO] testing leap-sys-0.2.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate leap-sys 0.2.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate leap-sys 0.2.0
[INFO] finished tweaking crates.io crate leap-sys 0.2.0
[INFO] tweaked toml for crates.io crate leap-sys 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate leap-sys 0.2.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 61 packages to latest compatible versions
[INFO] [stderr]       Adding bindgen v0.60.1 (available: v0.72.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78034196245edfcd642bcb4a10038cdc04fcf9ddd288d314bb7a82a28c052840
[INFO] running `Command { std: "docker" "start" "-a" "78034196245edfcd642bcb4a10038cdc04fcf9ddd288d314bb7a82a28c052840", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78034196245edfcd642bcb4a10038cdc04fcf9ddd288d314bb7a82a28c052840", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78034196245edfcd642bcb4a10038cdc04fcf9ddd288d314bb7a82a28c052840", kill_on_drop: false }`
[INFO] [stdout] 78034196245edfcd642bcb4a10038cdc04fcf9ddd288d314bb7a82a28c052840
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc86e9117f088d19233a5e20a9172e5bba0a2c5220bf3404d4893f72f976f0f1
[INFO] running `Command { std: "docker" "start" "-a" "fc86e9117f088d19233a5e20a9172e5bba0a2c5220bf3404d4893f72f976f0f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling leap-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `_eLeapRS` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub type _eLeapRS = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapTrackingMode` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type _eLeapTrackingMode = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapTrackingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CALIBRATION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_REF` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:205:10
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionConfig` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type _eLeapConnectionConfig = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:298:10
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapAllocatorType` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type _eLeapAllocatorType = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapServiceDisposition` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:477:10
[INFO] [stdout]     |
[INFO] [stdout] 477 | pub type _eLeapServiceDisposition = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:521:10
[INFO] [stdout]     |
[INFO] [stdout] 521 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:574:10
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionStatus` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:596:10
[INFO] [stdout]     |
[INFO] [stdout] 596 | pub type _eLeapConnectionStatus = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPolicyFlag` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:707:10
[INFO] [stdout]     |
[INFO] [stdout] 707 | pub type _eLeapPolicyFlag = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:775:10
[INFO] [stdout]     |
[INFO] [stdout] 775 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_MODE_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:840:10
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub type LEAP_TRACKING_MODE_EVENT = _LEAP_TRACKING_MODE_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingModeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapValueType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1003:10
[INFO] [stdout]      |
[INFO] [stdout] 1003 | pub type _eLeapValueType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VARIANT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1144:10
[INFO] [stdout]      |
[INFO] [stdout] 1144 | pub type LEAP_VARIANT = _LEAP_VARIANT;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1216:10
[INFO] [stdout]      |
[INFO] [stdout] 1216 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1290:10
[INFO] [stdout]      |
[INFO] [stdout] 1290 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `eLeapDeviceCaps` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1435:10
[INFO] [stdout]      |
[INFO] [stdout] 1435 | pub type eLeapDeviceCaps = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDevicePID` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1454:10
[INFO] [stdout]      |
[INFO] [stdout] 1454 | pub type _eLeapDevicePID = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1679:10
[INFO] [stdout]      |
[INFO] [stdout] 1679 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1819:10
[INFO] [stdout]      |
[INFO] [stdout] 1819 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDeviceStatus` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1844:10
[INFO] [stdout]      |
[INFO] [stdout] 1844 | pub type _eLeapDeviceStatus = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1921:10
[INFO] [stdout]      |
[INFO] [stdout] 1921 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2008:10
[INFO] [stdout]      |
[INFO] [stdout] 2008 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2017:10
[INFO] [stdout]      |
[INFO] [stdout] 2017 | pub type _eLeapImageType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageFormat` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2030:10
[INFO] [stdout]      |
[INFO] [stdout] 2030 | pub type _eLeapImageFormat = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPerspectiveType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2046:10
[INFO] [stdout]      |
[INFO] [stdout] 2046 | pub type _eLeapPerspectiveType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapCameraCalibrationType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2060:10
[INFO] [stdout]      |
[INFO] [stdout] 2060 | pub type _eLeapCameraCalibrationType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapCameraCalibrationType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2259:10
[INFO] [stdout]      |
[INFO] [stdout] 2259 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2382:10
[INFO] [stdout]      |
[INFO] [stdout] 2382 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2487:10
[INFO] [stdout]      |
[INFO] [stdout] 2487 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VECTOR` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2633:10
[INFO] [stdout]      |
[INFO] [stdout] 2633 | pub type LEAP_VECTOR = _LEAP_VECTOR;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2669:10
[INFO] [stdout]      |
[INFO] [stdout] 2669 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_QUATERNION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2836:10
[INFO] [stdout]      |
[INFO] [stdout] 2836 | pub type LEAP_QUATERNION = _LEAP_QUATERNION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_BONE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2942:10
[INFO] [stdout]      |
[INFO] [stdout] 2942 | pub type LEAP_BONE = _LEAP_BONE;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DIGIT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3153:10
[INFO] [stdout]      |
[INFO] [stdout] 3153 | pub type LEAP_DIGIT = _LEAP_DIGIT;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_PALM` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3326:10
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub type LEAP_PALM = _LEAP_PALM;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapHandType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3335:10
[INFO] [stdout]      |
[INFO] [stdout] 3335 | pub type _eLeapHandType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HAND` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3744:10
[INFO] [stdout]      |
[INFO] [stdout] 3744 | pub type LEAP_HAND = _LEAP_HAND;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3886:10
[INFO] [stdout]      |
[INFO] [stdout] 3886 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapLogSeverity` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3897:10
[INFO] [stdout]      |
[INFO] [stdout] 3897 | pub type _eLeapLogSeverity = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3983:10
[INFO] [stdout]      |
[INFO] [stdout] 3983 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4041:10
[INFO] [stdout]      |
[INFO] [stdout] 4041 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4127:10
[INFO] [stdout]      |
[INFO] [stdout] 4127 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDroppedFrameType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4132:10
[INFO] [stdout]      |
[INFO] [stdout] 4132 | pub type _eLeapDroppedFrameType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4187:10
[INFO] [stdout]      |
[INFO] [stdout] 4187 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4317:10
[INFO] [stdout]      |
[INFO] [stdout] 4317 | pub type LEAP_IMAGE = _LEAP_IMAGE;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4395:10
[INFO] [stdout]      |
[INFO] [stdout] 4395 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4508:10
[INFO] [stdout]      |
[INFO] [stdout] 4508 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4622:10
[INFO] [stdout]      |
[INFO] [stdout] 4622 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_EYE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4766:10
[INFO] [stdout]      |
[INFO] [stdout] 4766 | pub type LEAP_EYE_EVENT = _LEAP_EYE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapEyeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapIMUFlag` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4773:10
[INFO] [stdout]      |
[INFO] [stdout] 4773 | pub type _eLeapIMUFlag = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImuflag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMU_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4914:10
[INFO] [stdout]      |
[INFO] [stdout] 4914 | pub type LEAP_IMU_EVENT = _LEAP_IMU_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImuEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5005:10
[INFO] [stdout]      |
[INFO] [stdout] 5005 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapEventType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5097:10
[INFO] [stdout]      |
[INFO] [stdout] 5097 | pub type _eLeapEventType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5591:10
[INFO] [stdout]      |
[INFO] [stdout] 5591 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5809:10
[INFO] [stdout]      |
[INFO] [stdout] 5809 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapRecordingFlags` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6115:10
[INFO] [stdout]      |
[INFO] [stdout] 6115 | pub type _eLeapRecordingFlags = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6129:10
[INFO] [stdout]      |
[INFO] [stdout] 6129 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6172:10
[INFO] [stdout]      |
[INFO] [stdout] 6172 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6217:10
[INFO] [stdout]      |
[INFO] [stdout] 6217 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapVersionPart` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6377:10
[INFO] [stdout]      |
[INFO] [stdout] 6377 | pub type _eLeapVersionPart = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapVersionPart`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VERSION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6475:10
[INFO] [stdout]      |
[INFO] [stdout] 6475 | pub type LEAP_VERSION = _LEAP_VERSION;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6651:10
[INFO] [stdout]      |
[INFO] [stdout] 6651 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Success` should have an upper case name
[INFO] [stdout]  --> src/lib.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const _eLeapRS_eLeapRS_Success: _eLeapRS = 0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_SUCCESS`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const _eLeapRS_eLeapRS_UnknownError: _eLeapRS = -503250944;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidArgument` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const _eLeapRS_eLeapRS_InvalidArgument: _eLeapRS = -503250943;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientResources` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const _eLeapRS_eLeapRS_InsufficientResources: _eLeapRS = -503250942;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_RESOURCES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientBuffer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const _eLeapRS_eLeapRS_InsufficientBuffer: _eLeapRS = -503250941;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_BUFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Timeout` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const _eLeapRS_eLeapRS_Timeout: _eLeapRS = -503250940;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotConnected` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const _eLeapRS_eLeapRS_NotConnected: _eLeapRS = -503250939;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const _eLeapRS_eLeapRS_HandshakeIncomplete: _eLeapRS = -503250938;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_BufferSizeOverflow` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const _eLeapRS_eLeapRS_BufferSizeOverflow: _eLeapRS = -503250937;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_BUFFER_SIZE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ProtocolError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const _eLeapRS_eLeapRS_ProtocolError: _eLeapRS = -503250936;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_PROTOCOL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidClientID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const _eLeapRS_eLeapRS_InvalidClientID: _eLeapRS = -503250935;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_CLIENT_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnexpectedClosed` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const _eLeapRS_eLeapRS_UnexpectedClosed: _eLeapRS = -503250934;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNEXPECTED_CLOSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownImageFrameRequest` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const _eLeapRS_eLeapRS_UnknownImageFrameRequest: _eLeapRS = -503250933;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_IMAGE_FRAME_REQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownTrackingFrameID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub const _eLeapRS_eLeapRS_UnknownTrackingFrameID: _eLeapRS = -503250932;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_TRACKING_FRAME_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_RoutineIsNotSeer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub const _eLeapRS_eLeapRS_RoutineIsNotSeer: _eLeapRS = -503250931;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_ROUTINE_IS_NOT_SEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_TimestampTooEarly` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub const _eLeapRS_eLeapRS_TimestampTooEarly: _eLeapRS = -503250930;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMESTAMP_TOO_EARLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ConcurrentPoll` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub const _eLeapRS_eLeapRS_ConcurrentPoll: _eLeapRS = -503250929;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CONCURRENT_POLL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotAvailable` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub const _eLeapRS_eLeapRS_NotAvailable: _eLeapRS = -419364862;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_AVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotStreaming` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub const _eLeapRS_eLeapRS_NotStreaming: _eLeapRS = -419364860;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_CannotOpenDevice` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub const _eLeapRS_eLeapRS_CannotOpenDevice: _eLeapRS = -419364859;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CANNOT_OPEN_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Unsupported` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub const _eLeapRS_eLeapRS_Unsupported: _eLeapRS = -419364858;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Desktop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub const _eLeapTrackingMode_eLeapTrackingMode_Desktop: _eLeapTrackingMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_DESKTOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_HMD` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub const _eLeapTrackingMode_eLeapTrackingMode_HMD: _eLeapTrackingMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_ScreenTop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub const _eLeapTrackingMode_eLeapTrackingMode_ScreenTop: _eLeapTrackingMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Unknown` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub const _eLeapTrackingMode_eLeapTrackingMode_Unknown: _eLeapTrackingMode = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub const _eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware: _eLeapConnectionConfig = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_CONFIG_E_LEAP_CONNECTION_CONFIG_MULTI_DEVICE_AWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:300:11
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int8: _eLeapAllocatorType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Uint8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:302:11
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub const _eLeapAllocatorType_eLeapAllocatorType_Uint8: _eLeapAllocatorType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:304:11
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int16: _eLeapAllocatorType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:306:11
[INFO] [stdout]     |
[INFO] [stdout] 306 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt16: _eLeapAllocatorType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:308:11
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int32: _eLeapAllocatorType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt32: _eLeapAllocatorType = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub const _eLeapAllocatorType_eLeapAllocatorType_Float: _eLeapAllocatorType = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:314:11
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int64: _eLeapAllocatorType = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:316:11
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt64: _eLeapAllocatorType = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Double` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:318:11
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub const _eLeapAllocatorType_eLeapAllocatorType_Double: _eLeapAllocatorType = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `typeHint` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 343 |             typeHint: eLeapAllocatorType,
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `type_hint`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_LowFpsDetected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:466:11
[INFO] [stdout]     |
[INFO] [stdout] 466 | pub const _eLeapServiceDisposition_eLeapServiceState_LowFpsDetected: _eLeapServiceDisposition = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_LOW_FPS_DETECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:469:11
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub const _eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_POOR_PERFORMANCE_PAUSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:473:11
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub const _eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_TRACKING_ERROR_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_ALL` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:476:11
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub const _eLeapServiceDisposition_eLeapServiceState_ALL: _eLeapServiceDisposition = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_ALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotConnected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:578:11
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotConnected: _eLeapConnectionStatus = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_Connected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:581:11
[INFO] [stdout]     |
[INFO] [stdout] 581 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_Connected: _eLeapConnectionStatus = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:584:11
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotRunning` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:589:11
[INFO] [stdout]     |
[INFO] [stdout] 589 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotRunning: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_RUNNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:694:11
[INFO] [stdout]     |
[INFO] [stdout] 694 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames: _eLeapPolicyFlag = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_BACKGROUND_FRAMES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_Images` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:696:11
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_Images: _eLeapPolicyFlag = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_IMAGES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:698:11
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD: _eLeapPolicyFlag = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:700:11
[INFO] [stdout]     |
[INFO] [stdout] 700 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume: _eLeapPolicyFlag = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_ALLOW_PAUSE_RESUME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_MapPoints` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:702:11
[INFO] [stdout]     |
[INFO] [stdout] 702 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_MapPoints: _eLeapPolicyFlag = 128;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_MAP_POINTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:704:11
[INFO] [stdout]     |
[INFO] [stdout] 704 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop: _eLeapPolicyFlag = 256;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Unknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:989:11
[INFO] [stdout]     |
[INFO] [stdout] 989 | pub const _eLeapValueType_eLeapValueType_Unknown: _eLeapValueType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Boolean` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:991:11
[INFO] [stdout]     |
[INFO] [stdout] 991 | pub const _eLeapValueType_eLeapValueType_Boolean: _eLeapValueType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_BOOLEAN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:993:11
[INFO] [stdout]     |
[INFO] [stdout] 993 | pub const _eLeapValueType_eLeapValueType_Int32: _eLeapValueType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 | pub const _eLeapValueType_eLeapValueType_Float: _eLeapValueType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_String` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:997:11
[INFO] [stdout]     |
[INFO] [stdout] 997 | pub const _eLeapValueType_eLeapValueType_String: _eLeapValueType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_FORCE_DWORD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:999:11
[INFO] [stdout]     |
[INFO] [stdout] 999 | pub const _eLeapValueType_FORCE_DWORD: _eLeapValueType = 2147483647;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_FORCE_DWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `boolValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1022:9
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     pub boolValue: bool,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `bool_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `iValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1024:9
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     pub iValue: i32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `i_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1026:9
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     pub fValue: f32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `f_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1028:9
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     pub strValue: *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `str_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1230:9
[INFO] [stdout]      |
[INFO] [stdout] 1230 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `eLeapDeviceCaps_eLeapDeviceCaps_Color` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1432:11
[INFO] [stdout]      |
[INFO] [stdout] 1432 | pub const eLeapDeviceCaps_eLeapDeviceCaps_Color: eLeapDeviceCaps = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `E_LEAP_DEVICE_CAPS_E_LEAP_DEVICE_CAPS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1437:11
[INFO] [stdout]      |
[INFO] [stdout] 1437 | pub const _eLeapDevicePID_eLeapDevicePID_Unknown: _eLeapDevicePID = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Peripheral` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1439:11
[INFO] [stdout]      |
[INFO] [stdout] 1439 | pub const _eLeapDevicePID_eLeapDevicePID_Peripheral: _eLeapDevicePID = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_PERIPHERAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Dragonfly` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1441:11
[INFO] [stdout]      |
[INFO] [stdout] 1441 | pub const _eLeapDevicePID_eLeapDevicePID_Dragonfly: _eLeapDevicePID = 4354;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_DRAGONFLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Nightcrawler` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1443:11
[INFO] [stdout]      |
[INFO] [stdout] 1443 | pub const _eLeapDevicePID_eLeapDevicePID_Nightcrawler: _eLeapDevicePID = 4609;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_NIGHTCRAWLER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Rigel` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1445:11
[INFO] [stdout]      |
[INFO] [stdout] 1445 | pub const _eLeapDevicePID_eLeapDevicePID_Rigel: _eLeapDevicePID = 4610;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_RIGEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_SIR170` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1447:11
[INFO] [stdout]      |
[INFO] [stdout] 1447 | pub const _eLeapDevicePID_eLeapDevicePID_SIR170: _eLeapDevicePID = 4611;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_SIR170`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_3Di` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1449:11
[INFO] [stdout]      |
[INFO] [stdout] 1449 | pub const _eLeapDevicePID_eLeapDevicePID_3Di: _eLeapDevicePID = 4612;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_3_DI`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1451:11
[INFO] [stdout]      |
[INFO] [stdout] 1451 | pub const _eLeapDevicePID_eLeapDevicePID_Invalid: _eLeapDevicePID = -1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Streaming` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1821:11
[INFO] [stdout]      |
[INFO] [stdout] 1821 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Streaming: _eLeapDeviceStatus = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Paused` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1823:11
[INFO] [stdout]      |
[INFO] [stdout] 1823 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Paused: _eLeapDeviceStatus = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_PAUSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Robust` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1826:11
[INFO] [stdout]      |
[INFO] [stdout] 1826 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Robust: _eLeapDeviceStatus = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_ROBUST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Smudged` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1828:11
[INFO] [stdout]      |
[INFO] [stdout] 1828 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Smudged: _eLeapDeviceStatus = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_SMUDGED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_LowResource` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1830:11
[INFO] [stdout]      |
[INFO] [stdout] 1830 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_LowResource: _eLeapDeviceStatus = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_LOW_RESOURCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1832:11
[INFO] [stdout]      |
[INFO] [stdout] 1832 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure: _eLeapDeviceStatus = -402587648;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_UNKNOWN_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1834:11
[INFO] [stdout]      |
[INFO] [stdout] 1834 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration: _eLeapDeviceStatus = -402587647;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CALIBRATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1836:11
[INFO] [stdout]      |
[INFO] [stdout] 1836 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware: _eLeapDeviceStatus = -402587646;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_FIRMWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadTransport` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1838:11
[INFO] [stdout]      |
[INFO] [stdout] 1838 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadTransport: _eLeapDeviceStatus = -402587645;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_TRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadControl` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1840:11
[INFO] [stdout]      |
[INFO] [stdout] 1840 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadControl: _eLeapDeviceStatus = -402587644;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CONTROL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hDevice` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1865:9
[INFO] [stdout]      |
[INFO] [stdout] 1865 |     pub hDevice: LEAP_DEVICE,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `h_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2010:11
[INFO] [stdout]      |
[INFO] [stdout] 2010 | pub const _eLeapImageType_eLeapImageType_UNKNOWN: _eLeapImageType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Default` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2012:11
[INFO] [stdout]      |
[INFO] [stdout] 2012 | pub const _eLeapImageType_eLeapImageType_Default: _eLeapImageType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Raw` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2014:11
[INFO] [stdout]      |
[INFO] [stdout] 2014 | pub const _eLeapImageType_eLeapImageType_Raw: _eLeapImageType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_RAW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2022:11
[INFO] [stdout]      |
[INFO] [stdout] 2022 | pub const _eLeapImageFormat_eLeapImageFormat_UNKNOWN: _eLeapImageFormat = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_IR` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2024:11
[INFO] [stdout]      |
[INFO] [stdout] 2024 | pub const _eLeapImageFormat_eLeapImageFormat_IR: _eLeapImageFormat = 3240521;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_IR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2026:11
[INFO] [stdout]      |
[INFO] [stdout] 2026 | pub const _eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer: _eLeapImageFormat = 1229083207;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_RGBIR_BAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2036:11
[INFO] [stdout]      |
[INFO] [stdout] 2036 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_invalid: _eLeapPerspectiveType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2038:11
[INFO] [stdout]      |
[INFO] [stdout] 2038 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_left: _eLeapPerspectiveType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2040:11
[INFO] [stdout]      |
[INFO] [stdout] 2040 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_right: _eLeapPerspectiveType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_mono` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2042:11
[INFO] [stdout]      |
[INFO] [stdout] 2042 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_mono: _eLeapPerspectiveType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_MONO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2052:11
[INFO] [stdout]      |
[INFO] [stdout] 2052 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_INFRARED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2055:11
[INFO] [stdout]      |
[INFO] [stdout] 2055 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_VISUAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pBuffer` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2400:9
[INFO] [stdout]      |
[INFO] [stdout] 2400 |     pub pBuffer: *mut ::std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3328:11
[INFO] [stdout]      |
[INFO] [stdout] 3328 | pub const _eLeapHandType_eLeapHandType_Left: _eLeapHandType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3330:11
[INFO] [stdout]      |
[INFO] [stdout] 3330 | pub const _eLeapHandType_eLeapHandType_Right: _eLeapHandType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3764:9
[INFO] [stdout]      |
[INFO] [stdout] 3764 |     pub nHands: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `n_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3767:9
[INFO] [stdout]      |
[INFO] [stdout] 3767 |     pub pHands: *mut LEAP_HAND,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `p_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3888:11
[INFO] [stdout]      |
[INFO] [stdout] 3888 | pub const _eLeapLogSeverity_eLeapLogSeverity_Unknown: _eLeapLogSeverity = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Critical` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3890:11
[INFO] [stdout]      |
[INFO] [stdout] 3890 | pub const _eLeapLogSeverity_eLeapLogSeverity_Critical: _eLeapLogSeverity = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_CRITICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Warning` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3892:11
[INFO] [stdout]      |
[INFO] [stdout] 3892 | pub const _eLeapLogSeverity_eLeapLogSeverity_Warning: _eLeapLogSeverity = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_WARNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Information` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3894:11
[INFO] [stdout]      |
[INFO] [stdout] 3894 | pub const _eLeapLogSeverity_eLeapLogSeverity_Information: _eLeapLogSeverity = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nEvents` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3989:9
[INFO] [stdout]      |
[INFO] [stdout] 3989 |     pub nEvents: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4128:11
[INFO] [stdout]      |
[INFO] [stdout] 4128 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue: _eLeapDroppedFrameType =
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_PREPROCESSING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4130:11
[INFO] [stdout]      |
[INFO] [stdout] 4130 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue: _eLeapDroppedFrameType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_TRACKING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_Other` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4131:11
[INFO] [stdout]      |
[INFO] [stdout] 4131 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_Other: _eLeapDroppedFrameType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_OTHER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4326:9
[INFO] [stdout]      |
[INFO] [stdout] 4326 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4404:9
[INFO] [stdout]      |
[INFO] [stdout] 4404 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4406:9
[INFO] [stdout]      |
[INFO] [stdout] 4406 |     pub pPoints: *mut LEAP_VECTOR,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pIDs` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4408:9
[INFO] [stdout]      |
[INFO] [stdout] 4408 |     pub pIDs: *mut u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `p_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4768:11
[INFO] [stdout]      |
[INFO] [stdout] 4768 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer: _eLeapIMUFlag = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_ACCELEROMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasGyroscope` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4770:11
[INFO] [stdout]      |
[INFO] [stdout] 4770 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasGyroscope: _eLeapIMUFlag = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_GYROSCOPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasTemperature` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4772:11
[INFO] [stdout]      |
[INFO] [stdout] 4772 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasTemperature: _eLeapIMUFlag = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_TEMPERATURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_None` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5008:11
[INFO] [stdout]      |
[INFO] [stdout] 5008 | pub const _eLeapEventType_eLeapEventType_None: _eLeapEventType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Connection` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5011:11
[INFO] [stdout]      |
[INFO] [stdout] 5011 | pub const _eLeapEventType_eLeapEventType_Connection: _eLeapEventType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConnectionLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5014:11
[INFO] [stdout]      |
[INFO] [stdout] 5014 | pub const _eLeapEventType_eLeapEventType_ConnectionLost: _eLeapEventType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Device` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5020:11
[INFO] [stdout]      |
[INFO] [stdout] 5020 | pub const _eLeapEventType_eLeapEventType_Device: _eLeapEventType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5026:11
[INFO] [stdout]      |
[INFO] [stdout] 5026 | pub const _eLeapEventType_eLeapEventType_DeviceFailure: _eLeapEventType = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Policy` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5032:11
[INFO] [stdout]      |
[INFO] [stdout] 5032 | pub const _eLeapEventType_eLeapEventType_Policy: _eLeapEventType = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POLICY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Tracking` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5035:11
[INFO] [stdout]      |
[INFO] [stdout] 5035 | pub const _eLeapEventType_eLeapEventType_Tracking: _eLeapEventType = 256;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageRequestError` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5040:11
[INFO] [stdout]      |
[INFO] [stdout] 5040 | pub const _eLeapEventType_eLeapEventType_ImageRequestError: _eLeapEventType = 257;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_REQUEST_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageComplete` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5045:11
[INFO] [stdout]      |
[INFO] [stdout] 5045 | pub const _eLeapEventType_eLeapEventType_ImageComplete: _eLeapEventType = 258;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_COMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvent` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5047:11
[INFO] [stdout]      |
[INFO] [stdout] 5047 | pub const _eLeapEventType_eLeapEventType_LogEvent: _eLeapEventType = 259;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5055:11
[INFO] [stdout]      |
[INFO] [stdout] 5055 | pub const _eLeapEventType_eLeapEventType_DeviceLost: _eLeapEventType = 260;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigResponse` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5059:11
[INFO] [stdout]      |
[INFO] [stdout] 5059 | pub const _eLeapEventType_eLeapEventType_ConfigResponse: _eLeapEventType = 261;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_RESPONSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5063:11
[INFO] [stdout]      |
[INFO] [stdout] 5063 | pub const _eLeapEventType_eLeapEventType_ConfigChange: _eLeapEventType = 262;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceStatusChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5067:11
[INFO] [stdout]      |
[INFO] [stdout] 5067 | pub const _eLeapEventType_eLeapEventType_DeviceStatusChange: _eLeapEventType = 263;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_STATUS_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DroppedFrame` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5071:11
[INFO] [stdout]      |
[INFO] [stdout] 5071 | pub const _eLeapEventType_eLeapEventType_DroppedFrame: _eLeapEventType = 264;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DROPPED_FRAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Image` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5075:11
[INFO] [stdout]      |
[INFO] [stdout] 5075 | pub const _eLeapEventType_eLeapEventType_Image: _eLeapEventType = 265;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_PointMappingChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5079:11
[INFO] [stdout]      |
[INFO] [stdout] 5079 | pub const _eLeapEventType_eLeapEventType_PointMappingChange: _eLeapEventType = 266;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POINT_MAPPING_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_TrackingMode` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5084:11
[INFO] [stdout]      |
[INFO] [stdout] 5084 | pub const _eLeapEventType_eLeapEventType_TrackingMode: _eLeapEventType = 267;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING_MODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvents` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5086:11
[INFO] [stdout]      |
[INFO] [stdout] 5086 | pub const _eLeapEventType_eLeapEventType_LogEvents: _eLeapEventType = 268;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_HeadPose` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5089:11
[INFO] [stdout]      |
[INFO] [stdout] 5089 | pub const _eLeapEventType_eLeapEventType_HeadPose: _eLeapEventType = 269;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_HEAD_POSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Eyes` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5091:11
[INFO] [stdout]      |
[INFO] [stdout] 5091 | pub const _eLeapEventType_eLeapEventType_Eyes: _eLeapEventType = 270;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_EYES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_IMU` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5093:11
[INFO] [stdout]      |
[INFO] [stdout] 5093 | pub const _eLeapEventType_eLeapEventType_IMU: _eLeapEventType = 271;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMU`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Error` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6106:11
[INFO] [stdout]      |
[INFO] [stdout] 6106 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Error: _eLeapRecordingFlags = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Reading` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6107:11
[INFO] [stdout]      |
[INFO] [stdout] 6107 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Reading: _eLeapRecordingFlags = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_READING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Writing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6108:11
[INFO] [stdout]      |
[INFO] [stdout] 6108 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Writing: _eLeapRecordingFlags = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_WRITING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Flushing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6109:11
[INFO] [stdout]      |
[INFO] [stdout] 6109 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Flushing: _eLeapRecordingFlags = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_FLUSHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Compressed` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6110:11
[INFO] [stdout]      |
[INFO] [stdout] 6110 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Compressed: _eLeapRecordingFlags = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_COMPRESSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6364:11
[INFO] [stdout]      |
[INFO] [stdout] 6364 | pub const _eLeapVersionPart_eLeapVersionPart_ClientLibrary: _eLeapVersionPart = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6367:11
[INFO] [stdout]      |
[INFO] [stdout] 6367 | pub const _eLeapVersionPart_eLeapVersionPart_ClientProtocol: _eLeapVersionPart = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6370:11
[INFO] [stdout]      |
[INFO] [stdout] 6370 | pub const _eLeapVersionPart_eLeapVersionPart_ServerLibrary: _eLeapVersionPart = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6373:11
[INFO] [stdout]      |
[INFO] [stdout] 6373 | pub const _eLeapVersionPart_eLeapVersionPart_ServerProtocol: _eLeapVersionPart = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "fc86e9117f088d19233a5e20a9172e5bba0a2c5220bf3404d4893f72f976f0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc86e9117f088d19233a5e20a9172e5bba0a2c5220bf3404d4893f72f976f0f1", kill_on_drop: false }`
[INFO] [stdout] fc86e9117f088d19233a5e20a9172e5bba0a2c5220bf3404d4893f72f976f0f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aa2ffabeb06cab60981f24798de09933ce40b16dd2afdeb4da1e6ba91ffcb79
[INFO] running `Command { std: "docker" "start" "-a" "0aa2ffabeb06cab60981f24798de09933ce40b16dd2afdeb4da1e6ba91ffcb79", kill_on_drop: false }`
[INFO] [stdout] warning: type `_eLeapRS` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub type _eLeapRS = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapTrackingMode` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type _eLeapTrackingMode = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapTrackingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CALIBRATION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_REF` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:205:10
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionConfig` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type _eLeapConnectionConfig = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:298:10
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapAllocatorType` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type _eLeapAllocatorType = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapServiceDisposition` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:477:10
[INFO] [stdout]     |
[INFO] [stdout] 477 | pub type _eLeapServiceDisposition = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:521:10
[INFO] [stdout]     |
[INFO] [stdout] 521 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:574:10
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionStatus` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:596:10
[INFO] [stdout]     |
[INFO] [stdout] 596 | pub type _eLeapConnectionStatus = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPolicyFlag` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:707:10
[INFO] [stdout]     |
[INFO] [stdout] 707 | pub type _eLeapPolicyFlag = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:775:10
[INFO] [stdout]     |
[INFO] [stdout] 775 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_MODE_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:840:10
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub type LEAP_TRACKING_MODE_EVENT = _LEAP_TRACKING_MODE_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingModeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapValueType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1003:10
[INFO] [stdout]      |
[INFO] [stdout] 1003 | pub type _eLeapValueType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VARIANT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1144:10
[INFO] [stdout]      |
[INFO] [stdout] 1144 | pub type LEAP_VARIANT = _LEAP_VARIANT;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1216:10
[INFO] [stdout]      |
[INFO] [stdout] 1216 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1290:10
[INFO] [stdout]      |
[INFO] [stdout] 1290 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `eLeapDeviceCaps` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1435:10
[INFO] [stdout]      |
[INFO] [stdout] 1435 | pub type eLeapDeviceCaps = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDevicePID` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1454:10
[INFO] [stdout]      |
[INFO] [stdout] 1454 | pub type _eLeapDevicePID = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1679:10
[INFO] [stdout]      |
[INFO] [stdout] 1679 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1819:10
[INFO] [stdout]      |
[INFO] [stdout] 1819 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDeviceStatus` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1844:10
[INFO] [stdout]      |
[INFO] [stdout] 1844 | pub type _eLeapDeviceStatus = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1921:10
[INFO] [stdout]      |
[INFO] [stdout] 1921 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2008:10
[INFO] [stdout]      |
[INFO] [stdout] 2008 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2017:10
[INFO] [stdout]      |
[INFO] [stdout] 2017 | pub type _eLeapImageType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageFormat` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2030:10
[INFO] [stdout]      |
[INFO] [stdout] 2030 | pub type _eLeapImageFormat = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPerspectiveType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2046:10
[INFO] [stdout]      |
[INFO] [stdout] 2046 | pub type _eLeapPerspectiveType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapCameraCalibrationType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2060:10
[INFO] [stdout]      |
[INFO] [stdout] 2060 | pub type _eLeapCameraCalibrationType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapCameraCalibrationType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2259:10
[INFO] [stdout]      |
[INFO] [stdout] 2259 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2382:10
[INFO] [stdout]      |
[INFO] [stdout] 2382 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2487:10
[INFO] [stdout]      |
[INFO] [stdout] 2487 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VECTOR` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2633:10
[INFO] [stdout]      |
[INFO] [stdout] 2633 | pub type LEAP_VECTOR = _LEAP_VECTOR;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2669:10
[INFO] [stdout]      |
[INFO] [stdout] 2669 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_QUATERNION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2836:10
[INFO] [stdout]      |
[INFO] [stdout] 2836 | pub type LEAP_QUATERNION = _LEAP_QUATERNION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_BONE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2942:10
[INFO] [stdout]      |
[INFO] [stdout] 2942 | pub type LEAP_BONE = _LEAP_BONE;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DIGIT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3153:10
[INFO] [stdout]      |
[INFO] [stdout] 3153 | pub type LEAP_DIGIT = _LEAP_DIGIT;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_PALM` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3326:10
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub type LEAP_PALM = _LEAP_PALM;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapHandType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3335:10
[INFO] [stdout]      |
[INFO] [stdout] 3335 | pub type _eLeapHandType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HAND` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3744:10
[INFO] [stdout]      |
[INFO] [stdout] 3744 | pub type LEAP_HAND = _LEAP_HAND;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3886:10
[INFO] [stdout]      |
[INFO] [stdout] 3886 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapLogSeverity` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3897:10
[INFO] [stdout]      |
[INFO] [stdout] 3897 | pub type _eLeapLogSeverity = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3983:10
[INFO] [stdout]      |
[INFO] [stdout] 3983 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4041:10
[INFO] [stdout]      |
[INFO] [stdout] 4041 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4127:10
[INFO] [stdout]      |
[INFO] [stdout] 4127 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDroppedFrameType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4132:10
[INFO] [stdout]      |
[INFO] [stdout] 4132 | pub type _eLeapDroppedFrameType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4187:10
[INFO] [stdout]      |
[INFO] [stdout] 4187 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4317:10
[INFO] [stdout]      |
[INFO] [stdout] 4317 | pub type LEAP_IMAGE = _LEAP_IMAGE;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4395:10
[INFO] [stdout]      |
[INFO] [stdout] 4395 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4508:10
[INFO] [stdout]      |
[INFO] [stdout] 4508 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4622:10
[INFO] [stdout]      |
[INFO] [stdout] 4622 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_EYE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4766:10
[INFO] [stdout]      |
[INFO] [stdout] 4766 | pub type LEAP_EYE_EVENT = _LEAP_EYE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapEyeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapIMUFlag` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4773:10
[INFO] [stdout]      |
[INFO] [stdout] 4773 | pub type _eLeapIMUFlag = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImuflag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMU_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4914:10
[INFO] [stdout]      |
[INFO] [stdout] 4914 | pub type LEAP_IMU_EVENT = _LEAP_IMU_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImuEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5005:10
[INFO] [stdout]      |
[INFO] [stdout] 5005 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapEventType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5097:10
[INFO] [stdout]      |
[INFO] [stdout] 5097 | pub type _eLeapEventType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5591:10
[INFO] [stdout]      |
[INFO] [stdout] 5591 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5809:10
[INFO] [stdout]      |
[INFO] [stdout] 5809 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapRecordingFlags` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6115:10
[INFO] [stdout]      |
[INFO] [stdout] 6115 | pub type _eLeapRecordingFlags = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6129:10
[INFO] [stdout]      |
[INFO] [stdout] 6129 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6172:10
[INFO] [stdout]      |
[INFO] [stdout] 6172 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6217:10
[INFO] [stdout]      |
[INFO] [stdout] 6217 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapVersionPart` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6377:10
[INFO] [stdout]      |
[INFO] [stdout] 6377 | pub type _eLeapVersionPart = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapVersionPart`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VERSION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6475:10
[INFO] [stdout]      |
[INFO] [stdout] 6475 | pub type LEAP_VERSION = _LEAP_VERSION;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6651:10
[INFO] [stdout]      |
[INFO] [stdout] 6651 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Success` should have an upper case name
[INFO] [stdout]  --> src/lib.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const _eLeapRS_eLeapRS_Success: _eLeapRS = 0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_SUCCESS`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const _eLeapRS_eLeapRS_UnknownError: _eLeapRS = -503250944;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidArgument` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const _eLeapRS_eLeapRS_InvalidArgument: _eLeapRS = -503250943;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientResources` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const _eLeapRS_eLeapRS_InsufficientResources: _eLeapRS = -503250942;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_RESOURCES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientBuffer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const _eLeapRS_eLeapRS_InsufficientBuffer: _eLeapRS = -503250941;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_BUFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Timeout` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const _eLeapRS_eLeapRS_Timeout: _eLeapRS = -503250940;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotConnected` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const _eLeapRS_eLeapRS_NotConnected: _eLeapRS = -503250939;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const _eLeapRS_eLeapRS_HandshakeIncomplete: _eLeapRS = -503250938;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_BufferSizeOverflow` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const _eLeapRS_eLeapRS_BufferSizeOverflow: _eLeapRS = -503250937;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_BUFFER_SIZE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ProtocolError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const _eLeapRS_eLeapRS_ProtocolError: _eLeapRS = -503250936;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_PROTOCOL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidClientID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const _eLeapRS_eLeapRS_InvalidClientID: _eLeapRS = -503250935;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_CLIENT_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnexpectedClosed` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const _eLeapRS_eLeapRS_UnexpectedClosed: _eLeapRS = -503250934;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNEXPECTED_CLOSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownImageFrameRequest` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const _eLeapRS_eLeapRS_UnknownImageFrameRequest: _eLeapRS = -503250933;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_IMAGE_FRAME_REQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownTrackingFrameID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub const _eLeapRS_eLeapRS_UnknownTrackingFrameID: _eLeapRS = -503250932;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_TRACKING_FRAME_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_RoutineIsNotSeer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub const _eLeapRS_eLeapRS_RoutineIsNotSeer: _eLeapRS = -503250931;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_ROUTINE_IS_NOT_SEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_TimestampTooEarly` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub const _eLeapRS_eLeapRS_TimestampTooEarly: _eLeapRS = -503250930;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMESTAMP_TOO_EARLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ConcurrentPoll` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub const _eLeapRS_eLeapRS_ConcurrentPoll: _eLeapRS = -503250929;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CONCURRENT_POLL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotAvailable` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub const _eLeapRS_eLeapRS_NotAvailable: _eLeapRS = -419364862;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_AVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotStreaming` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub const _eLeapRS_eLeapRS_NotStreaming: _eLeapRS = -419364860;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_CannotOpenDevice` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub const _eLeapRS_eLeapRS_CannotOpenDevice: _eLeapRS = -419364859;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CANNOT_OPEN_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Unsupported` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub const _eLeapRS_eLeapRS_Unsupported: _eLeapRS = -419364858;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Desktop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub const _eLeapTrackingMode_eLeapTrackingMode_Desktop: _eLeapTrackingMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_DESKTOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_HMD` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub const _eLeapTrackingMode_eLeapTrackingMode_HMD: _eLeapTrackingMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_ScreenTop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub const _eLeapTrackingMode_eLeapTrackingMode_ScreenTop: _eLeapTrackingMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Unknown` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub const _eLeapTrackingMode_eLeapTrackingMode_Unknown: _eLeapTrackingMode = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub const _eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware: _eLeapConnectionConfig = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_CONFIG_E_LEAP_CONNECTION_CONFIG_MULTI_DEVICE_AWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:300:11
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int8: _eLeapAllocatorType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Uint8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:302:11
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub const _eLeapAllocatorType_eLeapAllocatorType_Uint8: _eLeapAllocatorType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:304:11
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int16: _eLeapAllocatorType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:306:11
[INFO] [stdout]     |
[INFO] [stdout] 306 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt16: _eLeapAllocatorType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:308:11
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int32: _eLeapAllocatorType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt32: _eLeapAllocatorType = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub const _eLeapAllocatorType_eLeapAllocatorType_Float: _eLeapAllocatorType = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:314:11
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int64: _eLeapAllocatorType = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:316:11
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt64: _eLeapAllocatorType = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Double` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:318:11
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub const _eLeapAllocatorType_eLeapAllocatorType_Double: _eLeapAllocatorType = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `typeHint` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 343 |             typeHint: eLeapAllocatorType,
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `type_hint`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_LowFpsDetected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:466:11
[INFO] [stdout]     |
[INFO] [stdout] 466 | pub const _eLeapServiceDisposition_eLeapServiceState_LowFpsDetected: _eLeapServiceDisposition = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_LOW_FPS_DETECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:469:11
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub const _eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_POOR_PERFORMANCE_PAUSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:473:11
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub const _eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_TRACKING_ERROR_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_ALL` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:476:11
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub const _eLeapServiceDisposition_eLeapServiceState_ALL: _eLeapServiceDisposition = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_ALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotConnected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:578:11
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotConnected: _eLeapConnectionStatus = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_Connected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:581:11
[INFO] [stdout]     |
[INFO] [stdout] 581 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_Connected: _eLeapConnectionStatus = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:584:11
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotRunning` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:589:11
[INFO] [stdout]     |
[INFO] [stdout] 589 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotRunning: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_RUNNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:694:11
[INFO] [stdout]     |
[INFO] [stdout] 694 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames: _eLeapPolicyFlag = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_BACKGROUND_FRAMES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_Images` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:696:11
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_Images: _eLeapPolicyFlag = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_IMAGES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:698:11
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD: _eLeapPolicyFlag = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:700:11
[INFO] [stdout]     |
[INFO] [stdout] 700 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume: _eLeapPolicyFlag = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_ALLOW_PAUSE_RESUME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_MapPoints` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:702:11
[INFO] [stdout]     |
[INFO] [stdout] 702 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_MapPoints: _eLeapPolicyFlag = 128;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_MAP_POINTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:704:11
[INFO] [stdout]     |
[INFO] [stdout] 704 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop: _eLeapPolicyFlag = 256;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Unknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:989:11
[INFO] [stdout]     |
[INFO] [stdout] 989 | pub const _eLeapValueType_eLeapValueType_Unknown: _eLeapValueType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Boolean` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:991:11
[INFO] [stdout]     |
[INFO] [stdout] 991 | pub const _eLeapValueType_eLeapValueType_Boolean: _eLeapValueType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_BOOLEAN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:993:11
[INFO] [stdout]     |
[INFO] [stdout] 993 | pub const _eLeapValueType_eLeapValueType_Int32: _eLeapValueType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 | pub const _eLeapValueType_eLeapValueType_Float: _eLeapValueType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_String` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:997:11
[INFO] [stdout]     |
[INFO] [stdout] 997 | pub const _eLeapValueType_eLeapValueType_String: _eLeapValueType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_FORCE_DWORD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:999:11
[INFO] [stdout]     |
[INFO] [stdout] 999 | pub const _eLeapValueType_FORCE_DWORD: _eLeapValueType = 2147483647;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_FORCE_DWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `boolValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1022:9
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     pub boolValue: bool,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `bool_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `iValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1024:9
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     pub iValue: i32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `i_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1026:9
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     pub fValue: f32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `f_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1028:9
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     pub strValue: *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `str_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1230:9
[INFO] [stdout]      |
[INFO] [stdout] 1230 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `eLeapDeviceCaps_eLeapDeviceCaps_Color` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1432:11
[INFO] [stdout]      |
[INFO] [stdout] 1432 | pub const eLeapDeviceCaps_eLeapDeviceCaps_Color: eLeapDeviceCaps = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `E_LEAP_DEVICE_CAPS_E_LEAP_DEVICE_CAPS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1437:11
[INFO] [stdout]      |
[INFO] [stdout] 1437 | pub const _eLeapDevicePID_eLeapDevicePID_Unknown: _eLeapDevicePID = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Peripheral` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1439:11
[INFO] [stdout]      |
[INFO] [stdout] 1439 | pub const _eLeapDevicePID_eLeapDevicePID_Peripheral: _eLeapDevicePID = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_PERIPHERAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Dragonfly` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1441:11
[INFO] [stdout]      |
[INFO] [stdout] 1441 | pub const _eLeapDevicePID_eLeapDevicePID_Dragonfly: _eLeapDevicePID = 4354;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_DRAGONFLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Nightcrawler` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1443:11
[INFO] [stdout]      |
[INFO] [stdout] 1443 | pub const _eLeapDevicePID_eLeapDevicePID_Nightcrawler: _eLeapDevicePID = 4609;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_NIGHTCRAWLER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Rigel` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1445:11
[INFO] [stdout]      |
[INFO] [stdout] 1445 | pub const _eLeapDevicePID_eLeapDevicePID_Rigel: _eLeapDevicePID = 4610;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_RIGEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_SIR170` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1447:11
[INFO] [stdout]      |
[INFO] [stdout] 1447 | pub const _eLeapDevicePID_eLeapDevicePID_SIR170: _eLeapDevicePID = 4611;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_SIR170`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_3Di` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1449:11
[INFO] [stdout]      |
[INFO] [stdout] 1449 | pub const _eLeapDevicePID_eLeapDevicePID_3Di: _eLeapDevicePID = 4612;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_3_DI`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1451:11
[INFO] [stdout]      |
[INFO] [stdout] 1451 | pub const _eLeapDevicePID_eLeapDevicePID_Invalid: _eLeapDevicePID = -1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Streaming` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1821:11
[INFO] [stdout]      |
[INFO] [stdout] 1821 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Streaming: _eLeapDeviceStatus = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Paused` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1823:11
[INFO] [stdout]      |
[INFO] [stdout] 1823 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Paused: _eLeapDeviceStatus = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_PAUSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Robust` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1826:11
[INFO] [stdout]      |
[INFO] [stdout] 1826 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Robust: _eLeapDeviceStatus = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_ROBUST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Smudged` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1828:11
[INFO] [stdout]      |
[INFO] [stdout] 1828 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Smudged: _eLeapDeviceStatus = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_SMUDGED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_LowResource` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1830:11
[INFO] [stdout]      |
[INFO] [stdout] 1830 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_LowResource: _eLeapDeviceStatus = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_LOW_RESOURCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1832:11
[INFO] [stdout]      |
[INFO] [stdout] 1832 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure: _eLeapDeviceStatus = -402587648;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_UNKNOWN_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1834:11
[INFO] [stdout]      |
[INFO] [stdout] 1834 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration: _eLeapDeviceStatus = -402587647;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CALIBRATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1836:11
[INFO] [stdout]      |
[INFO] [stdout] 1836 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware: _eLeapDeviceStatus = -402587646;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_FIRMWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadTransport` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1838:11
[INFO] [stdout]      |
[INFO] [stdout] 1838 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadTransport: _eLeapDeviceStatus = -402587645;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_TRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadControl` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1840:11
[INFO] [stdout]      |
[INFO] [stdout] 1840 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadControl: _eLeapDeviceStatus = -402587644;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CONTROL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hDevice` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1865:9
[INFO] [stdout]      |
[INFO] [stdout] 1865 |     pub hDevice: LEAP_DEVICE,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `h_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2010:11
[INFO] [stdout]      |
[INFO] [stdout] 2010 | pub const _eLeapImageType_eLeapImageType_UNKNOWN: _eLeapImageType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Default` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2012:11
[INFO] [stdout]      |
[INFO] [stdout] 2012 | pub const _eLeapImageType_eLeapImageType_Default: _eLeapImageType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Raw` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2014:11
[INFO] [stdout]      |
[INFO] [stdout] 2014 | pub const _eLeapImageType_eLeapImageType_Raw: _eLeapImageType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_RAW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2022:11
[INFO] [stdout]      |
[INFO] [stdout] 2022 | pub const _eLeapImageFormat_eLeapImageFormat_UNKNOWN: _eLeapImageFormat = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_IR` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2024:11
[INFO] [stdout]      |
[INFO] [stdout] 2024 | pub const _eLeapImageFormat_eLeapImageFormat_IR: _eLeapImageFormat = 3240521;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_IR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2026:11
[INFO] [stdout]      |
[INFO] [stdout] 2026 | pub const _eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer: _eLeapImageFormat = 1229083207;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_RGBIR_BAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2036:11
[INFO] [stdout]      |
[INFO] [stdout] 2036 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_invalid: _eLeapPerspectiveType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2038:11
[INFO] [stdout]      |
[INFO] [stdout] 2038 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_left: _eLeapPerspectiveType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2040:11
[INFO] [stdout]      |
[INFO] [stdout] 2040 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_right: _eLeapPerspectiveType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_mono` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2042:11
[INFO] [stdout]      |
[INFO] [stdout] 2042 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_mono: _eLeapPerspectiveType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_MONO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2052:11
[INFO] [stdout]      |
[INFO] [stdout] 2052 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_INFRARED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2055:11
[INFO] [stdout]      |
[INFO] [stdout] 2055 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_VISUAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pBuffer` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2400:9
[INFO] [stdout]      |
[INFO] [stdout] 2400 |     pub pBuffer: *mut ::std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3328:11
[INFO] [stdout]      |
[INFO] [stdout] 3328 | pub const _eLeapHandType_eLeapHandType_Left: _eLeapHandType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3330:11
[INFO] [stdout]      |
[INFO] [stdout] 3330 | pub const _eLeapHandType_eLeapHandType_Right: _eLeapHandType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3764:9
[INFO] [stdout]      |
[INFO] [stdout] 3764 |     pub nHands: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `n_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3767:9
[INFO] [stdout]      |
[INFO] [stdout] 3767 |     pub pHands: *mut LEAP_HAND,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `p_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3888:11
[INFO] [stdout]      |
[INFO] [stdout] 3888 | pub const _eLeapLogSeverity_eLeapLogSeverity_Unknown: _eLeapLogSeverity = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Critical` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3890:11
[INFO] [stdout]      |
[INFO] [stdout] 3890 | pub const _eLeapLogSeverity_eLeapLogSeverity_Critical: _eLeapLogSeverity = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_CRITICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Warning` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3892:11
[INFO] [stdout]      |
[INFO] [stdout] 3892 | pub const _eLeapLogSeverity_eLeapLogSeverity_Warning: _eLeapLogSeverity = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_WARNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Information` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3894:11
[INFO] [stdout]      |
[INFO] [stdout] 3894 | pub const _eLeapLogSeverity_eLeapLogSeverity_Information: _eLeapLogSeverity = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nEvents` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3989:9
[INFO] [stdout]      |
[INFO] [stdout] 3989 |     pub nEvents: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4128:11
[INFO] [stdout]      |
[INFO] [stdout] 4128 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue: _eLeapDroppedFrameType =
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_PREPROCESSING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4130:11
[INFO] [stdout]      |
[INFO] [stdout] 4130 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue: _eLeapDroppedFrameType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_TRACKING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_Other` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4131:11
[INFO] [stdout]      |
[INFO] [stdout] 4131 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_Other: _eLeapDroppedFrameType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_OTHER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4326:9
[INFO] [stdout]      |
[INFO] [stdout] 4326 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4404:9
[INFO] [stdout]      |
[INFO] [stdout] 4404 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4406:9
[INFO] [stdout]      |
[INFO] [stdout] 4406 |     pub pPoints: *mut LEAP_VECTOR,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pIDs` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4408:9
[INFO] [stdout]      |
[INFO] [stdout] 4408 |     pub pIDs: *mut u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `p_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4768:11
[INFO] [stdout]      |
[INFO] [stdout] 4768 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer: _eLeapIMUFlag = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_ACCELEROMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasGyroscope` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4770:11
[INFO] [stdout]      |
[INFO] [stdout] 4770 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasGyroscope: _eLeapIMUFlag = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_GYROSCOPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasTemperature` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4772:11
[INFO] [stdout]      |
[INFO] [stdout] 4772 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasTemperature: _eLeapIMUFlag = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_TEMPERATURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_None` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5008:11
[INFO] [stdout]      |
[INFO] [stdout] 5008 | pub const _eLeapEventType_eLeapEventType_None: _eLeapEventType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Connection` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5011:11
[INFO] [stdout]      |
[INFO] [stdout] 5011 | pub const _eLeapEventType_eLeapEventType_Connection: _eLeapEventType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConnectionLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5014:11
[INFO] [stdout]      |
[INFO] [stdout] 5014 | pub const _eLeapEventType_eLeapEventType_ConnectionLost: _eLeapEventType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Device` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5020:11
[INFO] [stdout]      |
[INFO] [stdout] 5020 | pub const _eLeapEventType_eLeapEventType_Device: _eLeapEventType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5026:11
[INFO] [stdout]      |
[INFO] [stdout] 5026 | pub const _eLeapEventType_eLeapEventType_DeviceFailure: _eLeapEventType = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Policy` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5032:11
[INFO] [stdout]      |
[INFO] [stdout] 5032 | pub const _eLeapEventType_eLeapEventType_Policy: _eLeapEventType = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POLICY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Tracking` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5035:11
[INFO] [stdout]      |
[INFO] [stdout] 5035 | pub const _eLeapEventType_eLeapEventType_Tracking: _eLeapEventType = 256;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageRequestError` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5040:11
[INFO] [stdout]      |
[INFO] [stdout] 5040 | pub const _eLeapEventType_eLeapEventType_ImageRequestError: _eLeapEventType = 257;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_REQUEST_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageComplete` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5045:11
[INFO] [stdout]      |
[INFO] [stdout] 5045 | pub const _eLeapEventType_eLeapEventType_ImageComplete: _eLeapEventType = 258;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_COMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvent` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5047:11
[INFO] [stdout]      |
[INFO] [stdout] 5047 | pub const _eLeapEventType_eLeapEventType_LogEvent: _eLeapEventType = 259;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5055:11
[INFO] [stdout]      |
[INFO] [stdout] 5055 | pub const _eLeapEventType_eLeapEventType_DeviceLost: _eLeapEventType = 260;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigResponse` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5059:11
[INFO] [stdout]      |
[INFO] [stdout] 5059 | pub const _eLeapEventType_eLeapEventType_ConfigResponse: _eLeapEventType = 261;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_RESPONSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5063:11
[INFO] [stdout]      |
[INFO] [stdout] 5063 | pub const _eLeapEventType_eLeapEventType_ConfigChange: _eLeapEventType = 262;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceStatusChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5067:11
[INFO] [stdout]      |
[INFO] [stdout] 5067 | pub const _eLeapEventType_eLeapEventType_DeviceStatusChange: _eLeapEventType = 263;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_STATUS_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DroppedFrame` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5071:11
[INFO] [stdout]      |
[INFO] [stdout] 5071 | pub const _eLeapEventType_eLeapEventType_DroppedFrame: _eLeapEventType = 264;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DROPPED_FRAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Image` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5075:11
[INFO] [stdout]      |
[INFO] [stdout] 5075 | pub const _eLeapEventType_eLeapEventType_Image: _eLeapEventType = 265;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_PointMappingChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5079:11
[INFO] [stdout]      |
[INFO] [stdout] 5079 | pub const _eLeapEventType_eLeapEventType_PointMappingChange: _eLeapEventType = 266;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POINT_MAPPING_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_TrackingMode` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5084:11
[INFO] [stdout]      |
[INFO] [stdout] 5084 | pub const _eLeapEventType_eLeapEventType_TrackingMode: _eLeapEventType = 267;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING_MODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvents` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5086:11
[INFO] [stdout]      |
[INFO] [stdout] 5086 | pub const _eLeapEventType_eLeapEventType_LogEvents: _eLeapEventType = 268;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_HeadPose` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5089:11
[INFO] [stdout]      |
[INFO] [stdout] 5089 | pub const _eLeapEventType_eLeapEventType_HeadPose: _eLeapEventType = 269;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_HEAD_POSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Eyes` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5091:11
[INFO] [stdout]      |
[INFO] [stdout] 5091 | pub const _eLeapEventType_eLeapEventType_Eyes: _eLeapEventType = 270;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_EYES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_IMU` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5093:11
[INFO] [stdout]      |
[INFO] [stdout] 5093 | pub const _eLeapEventType_eLeapEventType_IMU: _eLeapEventType = 271;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMU`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Error` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6106:11
[INFO] [stdout]      |
[INFO] [stdout] 6106 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Error: _eLeapRecordingFlags = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Reading` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6107:11
[INFO] [stdout]      |
[INFO] [stdout] 6107 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Reading: _eLeapRecordingFlags = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_READING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Writing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6108:11
[INFO] [stdout]      |
[INFO] [stdout] 6108 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Writing: _eLeapRecordingFlags = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_WRITING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Flushing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6109:11
[INFO] [stdout]      |
[INFO] [stdout] 6109 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Flushing: _eLeapRecordingFlags = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_FLUSHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Compressed` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6110:11
[INFO] [stdout]      |
[INFO] [stdout] 6110 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Compressed: _eLeapRecordingFlags = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_COMPRESSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6364:11
[INFO] [stdout]      |
[INFO] [stdout] 6364 | pub const _eLeapVersionPart_eLeapVersionPart_ClientLibrary: _eLeapVersionPart = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6367:11
[INFO] [stdout]      |
[INFO] [stdout] 6367 | pub const _eLeapVersionPart_eLeapVersionPart_ClientProtocol: _eLeapVersionPart = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling leap-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6370:11
[INFO] [stdout]      |
[INFO] [stdout] 6370 | pub const _eLeapVersionPart_eLeapVersionPart_ServerLibrary: _eLeapVersionPart = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6373:11
[INFO] [stdout]      |
[INFO] [stdout] 6373 | pub const _eLeapVersionPart_eLeapVersionPart_ServerProtocol: _eLeapVersionPart = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapRS` should have an upper camel case name
[INFO] [stdout]   --> src/lib.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub type _eLeapRS = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapTrackingMode` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub type _eLeapTrackingMode = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapTrackingMode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:116:10
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE;
[INFO] [stdout]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CALIBRATION` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_REF` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:205:10
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionConfig` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type _eLeapConnectionConfig = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:298:10
[INFO] [stdout]     |
[INFO] [stdout] 298 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapAllocatorType` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub type _eLeapAllocatorType = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapServiceDisposition` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:477:10
[INFO] [stdout]     |
[INFO] [stdout] 477 | pub type _eLeapServiceDisposition = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:521:10
[INFO] [stdout]     |
[INFO] [stdout] 521 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:574:10
[INFO] [stdout]     |
[INFO] [stdout] 574 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapConnectionStatus` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:596:10
[INFO] [stdout]     |
[INFO] [stdout] 596 | pub type _eLeapConnectionStatus = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPolicyFlag` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:707:10
[INFO] [stdout]     |
[INFO] [stdout] 707 | pub type _eLeapPolicyFlag = ::std::os::raw::c_int;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:775:10
[INFO] [stdout]     |
[INFO] [stdout] 775 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_MODE_EVENT` should have an upper camel case name
[INFO] [stdout]    --> src/lib.rs:840:10
[INFO] [stdout]     |
[INFO] [stdout] 840 | pub type LEAP_TRACKING_MODE_EVENT = _LEAP_TRACKING_MODE_EVENT;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingModeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapValueType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1003:10
[INFO] [stdout]      |
[INFO] [stdout] 1003 | pub type _eLeapValueType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VARIANT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1144:10
[INFO] [stdout]      |
[INFO] [stdout] 1144 | pub type LEAP_VARIANT = _LEAP_VARIANT;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1216:10
[INFO] [stdout]      |
[INFO] [stdout] 1216 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1290:10
[INFO] [stdout]      |
[INFO] [stdout] 1290 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `eLeapDeviceCaps` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1435:10
[INFO] [stdout]      |
[INFO] [stdout] 1435 | pub type eLeapDeviceCaps = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDevicePID` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1454:10
[INFO] [stdout]      |
[INFO] [stdout] 1454 | pub type _eLeapDevicePID = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1679:10
[INFO] [stdout]      |
[INFO] [stdout] 1679 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1819:10
[INFO] [stdout]      |
[INFO] [stdout] 1819 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDeviceStatus` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1844:10
[INFO] [stdout]      |
[INFO] [stdout] 1844 | pub type _eLeapDeviceStatus = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:1921:10
[INFO] [stdout]      |
[INFO] [stdout] 1921 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2008:10
[INFO] [stdout]      |
[INFO] [stdout] 2008 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2017:10
[INFO] [stdout]      |
[INFO] [stdout] 2017 | pub type _eLeapImageType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapImageFormat` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2030:10
[INFO] [stdout]      |
[INFO] [stdout] 2030 | pub type _eLeapImageFormat = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapPerspectiveType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2046:10
[INFO] [stdout]      |
[INFO] [stdout] 2046 | pub type _eLeapPerspectiveType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapCameraCalibrationType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2060:10
[INFO] [stdout]      |
[INFO] [stdout] 2060 | pub type _eLeapCameraCalibrationType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapCameraCalibrationType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2259:10
[INFO] [stdout]      |
[INFO] [stdout] 2259 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2382:10
[INFO] [stdout]      |
[INFO] [stdout] 2382 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2487:10
[INFO] [stdout]      |
[INFO] [stdout] 2487 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VECTOR` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2633:10
[INFO] [stdout]      |
[INFO] [stdout] 2633 | pub type LEAP_VECTOR = _LEAP_VECTOR;
[INFO] [stdout]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2669:10
[INFO] [stdout]      |
[INFO] [stdout] 2669 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_QUATERNION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2836:10
[INFO] [stdout]      |
[INFO] [stdout] 2836 | pub type LEAP_QUATERNION = _LEAP_QUATERNION;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_BONE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:2942:10
[INFO] [stdout]      |
[INFO] [stdout] 2942 | pub type LEAP_BONE = _LEAP_BONE;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DIGIT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3153:10
[INFO] [stdout]      |
[INFO] [stdout] 3153 | pub type LEAP_DIGIT = _LEAP_DIGIT;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_PALM` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3326:10
[INFO] [stdout]      |
[INFO] [stdout] 3326 | pub type LEAP_PALM = _LEAP_PALM;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapHandType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3335:10
[INFO] [stdout]      |
[INFO] [stdout] 3335 | pub type _eLeapHandType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HAND` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3744:10
[INFO] [stdout]      |
[INFO] [stdout] 3744 | pub type LEAP_HAND = _LEAP_HAND;
[INFO] [stdout]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3886:10
[INFO] [stdout]      |
[INFO] [stdout] 3886 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapLogSeverity` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3897:10
[INFO] [stdout]      |
[INFO] [stdout] 3897 | pub type _eLeapLogSeverity = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:3983:10
[INFO] [stdout]      |
[INFO] [stdout] 3983 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4041:10
[INFO] [stdout]      |
[INFO] [stdout] 4041 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4127:10
[INFO] [stdout]      |
[INFO] [stdout] 4127 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapDroppedFrameType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4132:10
[INFO] [stdout]      |
[INFO] [stdout] 4132 | pub type _eLeapDroppedFrameType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4187:10
[INFO] [stdout]      |
[INFO] [stdout] 4187 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4317:10
[INFO] [stdout]      |
[INFO] [stdout] 4317 | pub type LEAP_IMAGE = _LEAP_IMAGE;
[INFO] [stdout]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4395:10
[INFO] [stdout]      |
[INFO] [stdout] 4395 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4508:10
[INFO] [stdout]      |
[INFO] [stdout] 4508 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4622:10
[INFO] [stdout]      |
[INFO] [stdout] 4622 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_EYE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4766:10
[INFO] [stdout]      |
[INFO] [stdout] 4766 | pub type LEAP_EYE_EVENT = _LEAP_EYE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapEyeEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapIMUFlag` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4773:10
[INFO] [stdout]      |
[INFO] [stdout] 4773 | pub type _eLeapIMUFlag = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImuflag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMU_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:4914:10
[INFO] [stdout]      |
[INFO] [stdout] 4914 | pub type LEAP_IMU_EVENT = _LEAP_IMU_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImuEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5005:10
[INFO] [stdout]      |
[INFO] [stdout] 5005 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapEventType` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5097:10
[INFO] [stdout]      |
[INFO] [stdout] 5097 | pub type _eLeapEventType = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5591:10
[INFO] [stdout]      |
[INFO] [stdout] 5591 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:5809:10
[INFO] [stdout]      |
[INFO] [stdout] 5809 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapRecordingFlags` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6115:10
[INFO] [stdout]      |
[INFO] [stdout] 6115 | pub type _eLeapRecordingFlags = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6129:10
[INFO] [stdout]      |
[INFO] [stdout] 6129 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6172:10
[INFO] [stdout]      |
[INFO] [stdout] 6172 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6217:10
[INFO] [stdout]      |
[INFO] [stdout] 6217 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_eLeapVersionPart` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6377:10
[INFO] [stdout]      |
[INFO] [stdout] 6377 | pub type _eLeapVersionPart = ::std::os::raw::c_int;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapVersionPart`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_VERSION` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6475:10
[INFO] [stdout]      |
[INFO] [stdout] 6475 | pub type LEAP_VERSION = _LEAP_VERSION;
[INFO] [stdout]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVersion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name
[INFO] [stdout]     --> src/lib.rs:6651:10
[INFO] [stdout]      |
[INFO] [stdout] 6651 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA;
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Success` should have an upper case name
[INFO] [stdout]  --> src/lib.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const _eLeapRS_eLeapRS_Success: _eLeapRS = 0;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_SUCCESS`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const _eLeapRS_eLeapRS_UnknownError: _eLeapRS = -503250944;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidArgument` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const _eLeapRS_eLeapRS_InvalidArgument: _eLeapRS = -503250943;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_ARGUMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientResources` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const _eLeapRS_eLeapRS_InsufficientResources: _eLeapRS = -503250942;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_RESOURCES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InsufficientBuffer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const _eLeapRS_eLeapRS_InsufficientBuffer: _eLeapRS = -503250941;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_BUFFER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Timeout` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const _eLeapRS_eLeapRS_Timeout: _eLeapRS = -503250940;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMEOUT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotConnected` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const _eLeapRS_eLeapRS_NotConnected: _eLeapRS = -503250939;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const _eLeapRS_eLeapRS_HandshakeIncomplete: _eLeapRS = -503250938;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_BufferSizeOverflow` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const _eLeapRS_eLeapRS_BufferSizeOverflow: _eLeapRS = -503250937;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_BUFFER_SIZE_OVERFLOW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ProtocolError` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const _eLeapRS_eLeapRS_ProtocolError: _eLeapRS = -503250936;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_PROTOCOL_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_InvalidClientID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const _eLeapRS_eLeapRS_InvalidClientID: _eLeapRS = -503250935;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_CLIENT_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnexpectedClosed` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const _eLeapRS_eLeapRS_UnexpectedClosed: _eLeapRS = -503250934;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNEXPECTED_CLOSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownImageFrameRequest` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub const _eLeapRS_eLeapRS_UnknownImageFrameRequest: _eLeapRS = -503250933;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_IMAGE_FRAME_REQUEST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_UnknownTrackingFrameID` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub const _eLeapRS_eLeapRS_UnknownTrackingFrameID: _eLeapRS = -503250932;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_TRACKING_FRAME_ID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_RoutineIsNotSeer` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub const _eLeapRS_eLeapRS_RoutineIsNotSeer: _eLeapRS = -503250931;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_ROUTINE_IS_NOT_SEER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_TimestampTooEarly` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub const _eLeapRS_eLeapRS_TimestampTooEarly: _eLeapRS = -503250930;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMESTAMP_TOO_EARLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_ConcurrentPoll` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:70:11
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub const _eLeapRS_eLeapRS_ConcurrentPoll: _eLeapRS = -503250929;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CONCURRENT_POLL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotAvailable` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub const _eLeapRS_eLeapRS_NotAvailable: _eLeapRS = -419364862;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_AVAILABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_NotStreaming` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub const _eLeapRS_eLeapRS_NotStreaming: _eLeapRS = -419364860;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_CannotOpenDevice` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:80:11
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub const _eLeapRS_eLeapRS_CannotOpenDevice: _eLeapRS = -419364859;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CANNOT_OPEN_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRS_eLeapRS_Unsupported` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub const _eLeapRS_eLeapRS_Unsupported: _eLeapRS = -419364858;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNSUPPORTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Desktop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub const _eLeapTrackingMode_eLeapTrackingMode_Desktop: _eLeapTrackingMode = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_DESKTOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_HMD` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:95:11
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub const _eLeapTrackingMode_eLeapTrackingMode_HMD: _eLeapTrackingMode = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_ScreenTop` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub const _eLeapTrackingMode_eLeapTrackingMode_ScreenTop: _eLeapTrackingMode = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Unknown` should have an upper case name
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub const _eLeapTrackingMode_eLeapTrackingMode_Unknown: _eLeapTrackingMode = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DEVICE_REF` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn bindgen_test_layout__LEAP_DEVICE_REF() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:208:11
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub const _eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware: _eLeapConnectionConfig = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_CONFIG_E_LEAP_CONNECTION_CONFIG_MULTI_DEVICE_AWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_CONFIG` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:232:4
[INFO] [stdout]     |
[INFO] [stdout] 232 | fn bindgen_test_layout__LEAP_CONNECTION_CONFIG() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:300:11
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int8: _eLeapAllocatorType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Uint8` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:302:11
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub const _eLeapAllocatorType_eLeapAllocatorType_Uint8: _eLeapAllocatorType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:304:11
[INFO] [stdout]     |
[INFO] [stdout] 304 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int16: _eLeapAllocatorType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt16` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:306:11
[INFO] [stdout]     |
[INFO] [stdout] 306 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt16: _eLeapAllocatorType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:308:11
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int32: _eLeapAllocatorType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:310:11
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt32: _eLeapAllocatorType = 5;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub const _eLeapAllocatorType_eLeapAllocatorType_Float: _eLeapAllocatorType = 6;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:314:11
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int64: _eLeapAllocatorType = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt64` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:316:11
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt64: _eLeapAllocatorType = 9;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Double` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:318:11
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub const _eLeapAllocatorType_eLeapAllocatorType_Double: _eLeapAllocatorType = 10;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_DOUBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `typeHint` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:343:13
[INFO] [stdout]     |
[INFO] [stdout] 343 |             typeHint: eLeapAllocatorType,
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `type_hint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout_LEAP_ALLOCATOR` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:360:4
[INFO] [stdout]     |
[INFO] [stdout] 360 | fn bindgen_test_layout_LEAP_ALLOCATOR() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_allocator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_LowFpsDetected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:466:11
[INFO] [stdout]     |
[INFO] [stdout] 466 | pub const _eLeapServiceDisposition_eLeapServiceState_LowFpsDetected: _eLeapServiceDisposition = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_LOW_FPS_DETECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:469:11
[INFO] [stdout]     |
[INFO] [stdout] 469 | pub const _eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_POOR_PERFORMANCE_PAUSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:473:11
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub const _eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown:
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_TRACKING_ERROR_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapServiceDisposition_eLeapServiceState_ALL` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:476:11
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub const _eLeapServiceDisposition_eLeapServiceState_ALL: _eLeapServiceDisposition = 7;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_ALL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_EVENT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:489:4
[INFO] [stdout]     |
[INFO] [stdout] 489 | fn bindgen_test_layout__LEAP_CONNECTION_EVENT() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_LOST_EVENT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:537:4
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn bindgen_test_layout__LEAP_CONNECTION_LOST_EVENT() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_lost_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotConnected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:578:11
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotConnected: _eLeapConnectionStatus = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_Connected` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:581:11
[INFO] [stdout]     |
[INFO] [stdout] 581 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_Connected: _eLeapConnectionStatus = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_CONNECTED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:584:11
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_HANDSHAKE_INCOMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotRunning` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:589:11
[INFO] [stdout]     |
[INFO] [stdout] 589 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotRunning: _eLeapConnectionStatus =
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_RUNNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_INFO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:619:4
[INFO] [stdout]     |
[INFO] [stdout] 619 | fn bindgen_test_layout__LEAP_CONNECTION_INFO() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:694:11
[INFO] [stdout]     |
[INFO] [stdout] 694 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames: _eLeapPolicyFlag = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_BACKGROUND_FRAMES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_Images` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:696:11
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_Images: _eLeapPolicyFlag = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_IMAGES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:698:11
[INFO] [stdout]     |
[INFO] [stdout] 698 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD: _eLeapPolicyFlag = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_HMD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:700:11
[INFO] [stdout]     |
[INFO] [stdout] 700 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume: _eLeapPolicyFlag = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_ALLOW_PAUSE_RESUME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_MapPoints` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:702:11
[INFO] [stdout]     |
[INFO] [stdout] 702 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_MapPoints: _eLeapPolicyFlag = 128;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_MAP_POINTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:704:11
[INFO] [stdout]     |
[INFO] [stdout] 704 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop: _eLeapPolicyFlag = 256;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_SCREEN_TOP`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_POLICY_EVENT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:725:4
[INFO] [stdout]     |
[INFO] [stdout] 725 | fn bindgen_test_layout__LEAP_POLICY_EVENT() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_policy_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_TRACKING_MODE_EVENT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:790:4
[INFO] [stdout]     |
[INFO] [stdout] 790 | fn bindgen_test_layout__LEAP_TRACKING_MODE_EVENT() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_tracking_mode_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Unknown` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:989:11
[INFO] [stdout]     |
[INFO] [stdout] 989 | pub const _eLeapValueType_eLeapValueType_Unknown: _eLeapValueType = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Boolean` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:991:11
[INFO] [stdout]     |
[INFO] [stdout] 991 | pub const _eLeapValueType_eLeapValueType_Boolean: _eLeapValueType = 1;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_BOOLEAN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Int32` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:993:11
[INFO] [stdout]     |
[INFO] [stdout] 993 | pub const _eLeapValueType_eLeapValueType_Int32: _eLeapValueType = 2;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_INT32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_Float` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 | pub const _eLeapValueType_eLeapValueType_Float: _eLeapValueType = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_FLOAT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_eLeapValueType_String` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:997:11
[INFO] [stdout]     |
[INFO] [stdout] 997 | pub const _eLeapValueType_eLeapValueType_String: _eLeapValueType = 4;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_STRING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapValueType_FORCE_DWORD` should have an upper case name
[INFO] [stdout]    --> src/lib.rs:999:11
[INFO] [stdout]     |
[INFO] [stdout] 999 | pub const _eLeapValueType_FORCE_DWORD: _eLeapValueType = 2147483647;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_FORCE_DWORD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `boolValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1022:9
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     pub boolValue: bool,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `bool_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `iValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1024:9
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     pub iValue: i32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `i_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1026:9
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     pub fValue: f32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `f_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1028:9
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     pub strValue: *const ::std::os::raw::c_char,
[INFO] [stdout]      |         ^^^^^^^^ help: convert the identifier to snake case: `str_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VARIANT__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1031:4
[INFO] [stdout]      |
[INFO] [stdout] 1031 | fn bindgen_test_layout__LEAP_VARIANT__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_variant_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_boolValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1042:8
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     fn test_field_boolValue() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_bool_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_iValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1059:8
[INFO] [stdout]      |
[INFO] [stdout] 1059 |     fn test_field_iValue() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_i_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_fValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1076:8
[INFO] [stdout]      |
[INFO] [stdout] 1076 |     fn test_field_fValue() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_f_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_strValue` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1093:8
[INFO] [stdout]      |
[INFO] [stdout] 1093 |     fn test_field_strValue() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_str_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VARIANT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1112:4
[INFO] [stdout]      |
[INFO] [stdout] 1112 | fn bindgen_test_layout__LEAP_VARIANT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_variant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1156:9
[INFO] [stdout]      |
[INFO] [stdout] 1156 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONFIG_RESPONSE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1163:4
[INFO] [stdout]      |
[INFO] [stdout] 1163 | fn bindgen_test_layout__LEAP_CONFIG_RESPONSE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_config_response_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1174:8
[INFO] [stdout]      |
[INFO] [stdout] 1174 |     fn test_field_requestID() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1230:9
[INFO] [stdout]      |
[INFO] [stdout] 1230 |     pub requestID: u32,
[INFO] [stdout]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONFIG_CHANGE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1235:4
[INFO] [stdout]      |
[INFO] [stdout] 1235 | fn bindgen_test_layout__LEAP_CONFIG_CHANGE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_config_change_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_requestID` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1246:8
[INFO] [stdout]      |
[INFO] [stdout] 1246 |     fn test_field_requestID() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_request_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `eLeapDeviceCaps_eLeapDeviceCaps_Color` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1432:11
[INFO] [stdout]      |
[INFO] [stdout] 1432 | pub const eLeapDeviceCaps_eLeapDeviceCaps_Color: eLeapDeviceCaps = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `E_LEAP_DEVICE_CAPS_E_LEAP_DEVICE_CAPS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1437:11
[INFO] [stdout]      |
[INFO] [stdout] 1437 | pub const _eLeapDevicePID_eLeapDevicePID_Unknown: _eLeapDevicePID = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Peripheral` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1439:11
[INFO] [stdout]      |
[INFO] [stdout] 1439 | pub const _eLeapDevicePID_eLeapDevicePID_Peripheral: _eLeapDevicePID = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_PERIPHERAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Dragonfly` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1441:11
[INFO] [stdout]      |
[INFO] [stdout] 1441 | pub const _eLeapDevicePID_eLeapDevicePID_Dragonfly: _eLeapDevicePID = 4354;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_DRAGONFLY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Nightcrawler` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1443:11
[INFO] [stdout]      |
[INFO] [stdout] 1443 | pub const _eLeapDevicePID_eLeapDevicePID_Nightcrawler: _eLeapDevicePID = 4609;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_NIGHTCRAWLER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Rigel` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1445:11
[INFO] [stdout]      |
[INFO] [stdout] 1445 | pub const _eLeapDevicePID_eLeapDevicePID_Rigel: _eLeapDevicePID = 4610;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_RIGEL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_SIR170` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1447:11
[INFO] [stdout]      |
[INFO] [stdout] 1447 | pub const _eLeapDevicePID_eLeapDevicePID_SIR170: _eLeapDevicePID = 4611;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_SIR170`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_3Di` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1449:11
[INFO] [stdout]      |
[INFO] [stdout] 1449 | pub const _eLeapDevicePID_eLeapDevicePID_3Di: _eLeapDevicePID = 4612;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_3_DI`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDevicePID_eLeapDevicePID_Invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1451:11
[INFO] [stdout]      |
[INFO] [stdout] 1451 | pub const _eLeapDevicePID_eLeapDevicePID_Invalid: _eLeapDevicePID = -1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DEVICE_INFO` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1492:4
[INFO] [stdout]      |
[INFO] [stdout] 1492 | fn bindgen_test_layout__LEAP_DEVICE_INFO() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DEVICE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1749:4
[INFO] [stdout]      |
[INFO] [stdout] 1749 | fn bindgen_test_layout__LEAP_DEVICE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Streaming` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1821:11
[INFO] [stdout]      |
[INFO] [stdout] 1821 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Streaming: _eLeapDeviceStatus = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_STREAMING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Paused` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1823:11
[INFO] [stdout]      |
[INFO] [stdout] 1823 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Paused: _eLeapDeviceStatus = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_PAUSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Robust` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1826:11
[INFO] [stdout]      |
[INFO] [stdout] 1826 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Robust: _eLeapDeviceStatus = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_ROBUST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Smudged` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1828:11
[INFO] [stdout]      |
[INFO] [stdout] 1828 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Smudged: _eLeapDeviceStatus = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_SMUDGED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_LowResource` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1830:11
[INFO] [stdout]      |
[INFO] [stdout] 1830 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_LowResource: _eLeapDeviceStatus = 16;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_LOW_RESOURCE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1832:11
[INFO] [stdout]      |
[INFO] [stdout] 1832 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure: _eLeapDeviceStatus = -402587648;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_UNKNOWN_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1834:11
[INFO] [stdout]      |
[INFO] [stdout] 1834 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration: _eLeapDeviceStatus = -402587647;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CALIBRATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1836:11
[INFO] [stdout]      |
[INFO] [stdout] 1836 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware: _eLeapDeviceStatus = -402587646;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_FIRMWARE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadTransport` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1838:11
[INFO] [stdout]      |
[INFO] [stdout] 1838 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadTransport: _eLeapDeviceStatus = -402587645;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_TRANSPORT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadControl` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:1840:11
[INFO] [stdout]      |
[INFO] [stdout] 1840 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadControl: _eLeapDeviceStatus = -402587644;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CONTROL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hDevice` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1865:9
[INFO] [stdout]      |
[INFO] [stdout] 1865 |     pub hDevice: LEAP_DEVICE,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `h_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DEVICE_FAILURE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1868:4
[INFO] [stdout]      |
[INFO] [stdout] 1868 | fn bindgen_test_layout__LEAP_DEVICE_FAILURE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_failure_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_hDevice` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1896:8
[INFO] [stdout]      |
[INFO] [stdout] 1896 |     fn test_field_hDevice() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_h_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_FRAME_HEADER` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:1943:4
[INFO] [stdout]      |
[INFO] [stdout] 1943 | fn bindgen_test_layout__LEAP_FRAME_HEADER() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_frame_header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2010:11
[INFO] [stdout]      |
[INFO] [stdout] 2010 | pub const _eLeapImageType_eLeapImageType_UNKNOWN: _eLeapImageType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Default` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2012:11
[INFO] [stdout]      |
[INFO] [stdout] 2012 | pub const _eLeapImageType_eLeapImageType_Default: _eLeapImageType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_DEFAULT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageType_eLeapImageType_Raw` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2014:11
[INFO] [stdout]      |
[INFO] [stdout] 2014 | pub const _eLeapImageType_eLeapImageType_Raw: _eLeapImageType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_RAW`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_UNKNOWN` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2022:11
[INFO] [stdout]      |
[INFO] [stdout] 2022 | pub const _eLeapImageFormat_eLeapImageFormat_UNKNOWN: _eLeapImageFormat = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_IR` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2024:11
[INFO] [stdout]      |
[INFO] [stdout] 2024 | pub const _eLeapImageFormat_eLeapImageFormat_IR: _eLeapImageFormat = 3240521;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_IR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2026:11
[INFO] [stdout]      |
[INFO] [stdout] 2026 | pub const _eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer: _eLeapImageFormat = 1229083207;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_RGBIR_BAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_invalid` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2036:11
[INFO] [stdout]      |
[INFO] [stdout] 2036 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_invalid: _eLeapPerspectiveType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_INVALID`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2038:11
[INFO] [stdout]      |
[INFO] [stdout] 2038 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_left: _eLeapPerspectiveType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2040:11
[INFO] [stdout]      |
[INFO] [stdout] 2040 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_right: _eLeapPerspectiveType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_mono` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2042:11
[INFO] [stdout]      |
[INFO] [stdout] 2042 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_mono: _eLeapPerspectiveType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_MONO`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2052:11
[INFO] [stdout]      |
[INFO] [stdout] 2052 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_INFRARED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:2055:11
[INFO] [stdout]      |
[INFO] [stdout] 2055 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual:
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_VISUAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_IMAGE_PROPERTIES` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2091:4
[INFO] [stdout]      |
[INFO] [stdout] 2091 | fn bindgen_test_layout__LEAP_IMAGE_PROPERTIES() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DISTORTION_MATRIX__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2287:4
[INFO] [stdout]      |
[INFO] [stdout] 2287 | fn bindgen_test_layout__LEAP_DISTORTION_MATRIX__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_distortion_matrix_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DISTORTION_MATRIX` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2342:4
[INFO] [stdout]      |
[INFO] [stdout] 2342 | fn bindgen_test_layout__LEAP_DISTORTION_MATRIX() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_distortion_matrix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pBuffer` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2400:9
[INFO] [stdout]      |
[INFO] [stdout] 2400 |     pub pBuffer: *mut ::std::os::raw::c_void,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_IMAGE_FRAME_DESCRIPTION` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2403:4
[INFO] [stdout]      |
[INFO] [stdout] 2403 | fn bindgen_test_layout__LEAP_IMAGE_FRAME_DESCRIPTION() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_frame_description`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_pBuffer` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2465:8
[INFO] [stdout]      |
[INFO] [stdout] 2465 |     fn test_field_pBuffer() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2515:4
[INFO] [stdout]      |
[INFO] [stdout] 2515 | fn bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector_bindgen_ty_1_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2588:4
[INFO] [stdout]      |
[INFO] [stdout] 2588 | fn bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VECTOR` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2618:4
[INFO] [stdout]      |
[INFO] [stdout] 2618 | fn bindgen_test_layout__LEAP_VECTOR() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_MATRIX_3x3` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2640:4
[INFO] [stdout]      |
[INFO] [stdout] 2640 | fn bindgen_test_layout__LEAP_MATRIX_3x3() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_matrix_3x3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2697:4
[INFO] [stdout]      |
[INFO] [stdout] 2697 | fn bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion_bindgen_ty_1_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2792:4
[INFO] [stdout]      |
[INFO] [stdout] 2792 | fn bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_QUATERNION` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2822:4
[INFO] [stdout]      |
[INFO] [stdout] 2822 | fn bindgen_test_layout__LEAP_QUATERNION() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_BONE` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2857:4
[INFO] [stdout]      |
[INFO] [stdout] 2857 | fn bindgen_test_layout__LEAP_BONE() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_bone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:2982:4
[INFO] [stdout]      |
[INFO] [stdout] 2982 | fn bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit_bindgen_ty_1_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3073:4
[INFO] [stdout]      |
[INFO] [stdout] 3073 | fn bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DIGIT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3103:4
[INFO] [stdout]      |
[INFO] [stdout] 3103 | fn bindgen_test_layout__LEAP_DIGIT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_PALM` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3191:4
[INFO] [stdout]      |
[INFO] [stdout] 3191 | fn bindgen_test_layout__LEAP_PALM() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_palm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Left` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3328:11
[INFO] [stdout]      |
[INFO] [stdout] 3328 | pub const _eLeapHandType_eLeapHandType_Left: _eLeapHandType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_LEFT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapHandType_eLeapHandType_Right` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3330:11
[INFO] [stdout]      |
[INFO] [stdout] 3330 | pub const _eLeapHandType_eLeapHandType_Right: _eLeapHandType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_RIGHT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_HAND__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3404:4
[INFO] [stdout]      |
[INFO] [stdout] 3404 | fn bindgen_test_layout__LEAP_HAND__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand_bindgen_ty_1_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_HAND__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3513:4
[INFO] [stdout]      |
[INFO] [stdout] 3513 | fn bindgen_test_layout__LEAP_HAND__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_HAND` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3543:4
[INFO] [stdout]      |
[INFO] [stdout] 3543 | fn bindgen_test_layout__LEAP_HAND() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3764:9
[INFO] [stdout]      |
[INFO] [stdout] 3764 |     pub nHands: u32,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `n_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3767:9
[INFO] [stdout]      |
[INFO] [stdout] 3767 |     pub pHands: *mut LEAP_HAND,
[INFO] [stdout]      |         ^^^^^^ help: convert the identifier to snake case: `p_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_TRACKING_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3785:4
[INFO] [stdout]      |
[INFO] [stdout] 3785 | fn bindgen_test_layout__LEAP_TRACKING_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_tracking_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_nHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3830:8
[INFO] [stdout]      |
[INFO] [stdout] 3830 |     fn test_field_nHands() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_pHands` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3847:8
[INFO] [stdout]      |
[INFO] [stdout] 3847 |     fn test_field_pHands() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_hands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Unknown` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3888:11
[INFO] [stdout]      |
[INFO] [stdout] 3888 | pub const _eLeapLogSeverity_eLeapLogSeverity_Unknown: _eLeapLogSeverity = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_UNKNOWN`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Critical` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3890:11
[INFO] [stdout]      |
[INFO] [stdout] 3890 | pub const _eLeapLogSeverity_eLeapLogSeverity_Critical: _eLeapLogSeverity = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_CRITICAL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Warning` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3892:11
[INFO] [stdout]      |
[INFO] [stdout] 3892 | pub const _eLeapLogSeverity_eLeapLogSeverity_Warning: _eLeapLogSeverity = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_WARNING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Information` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:3894:11
[INFO] [stdout]      |
[INFO] [stdout] 3894 | pub const _eLeapLogSeverity_eLeapLogSeverity_Information: _eLeapLogSeverity = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_LOG_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3918:4
[INFO] [stdout]      |
[INFO] [stdout] 3918 | fn bindgen_test_layout__LEAP_LOG_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_log_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nEvents` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3989:9
[INFO] [stdout]      |
[INFO] [stdout] 3989 |     pub nEvents: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_LOG_EVENTS` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:3995:4
[INFO] [stdout]      |
[INFO] [stdout] 3995 | fn bindgen_test_layout__LEAP_LOG_EVENTS() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_log_events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_nEvents` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4006:8
[INFO] [stdout]      |
[INFO] [stdout] 4006 |     fn test_field_nEvents() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DEVICE_STATUS_CHANGE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4057:4
[INFO] [stdout]      |
[INFO] [stdout] 4057 | fn bindgen_test_layout__LEAP_DEVICE_STATUS_CHANGE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_status_change_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4128:11
[INFO] [stdout]      |
[INFO] [stdout] 4128 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue: _eLeapDroppedFrameType =
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_PREPROCESSING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4130:11
[INFO] [stdout]      |
[INFO] [stdout] 4130 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue: _eLeapDroppedFrameType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_TRACKING_QUEUE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_Other` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4131:11
[INFO] [stdout]      |
[INFO] [stdout] 4131 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_Other: _eLeapDroppedFrameType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_OTHER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_DROPPED_FRAME_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4141:4
[INFO] [stdout]      |
[INFO] [stdout] 4141 | fn bindgen_test_layout__LEAP_DROPPED_FRAME_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_dropped_frame_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_IMAGE` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4217:4
[INFO] [stdout]      |
[INFO] [stdout] 4217 | fn bindgen_test_layout__LEAP_IMAGE() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4326:9
[INFO] [stdout]      |
[INFO] [stdout] 4326 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_POINT_MAPPING_CHANGE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4329:4
[INFO] [stdout]      |
[INFO] [stdout] 4329 | fn bindgen_test_layout__LEAP_POINT_MAPPING_CHANGE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_point_mapping_change_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4377:8
[INFO] [stdout]      |
[INFO] [stdout] 4377 |     fn test_field_nPoints() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4404:9
[INFO] [stdout]      |
[INFO] [stdout] 4404 |     pub nPoints: u32,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4406:9
[INFO] [stdout]      |
[INFO] [stdout] 4406 |     pub pPoints: *mut LEAP_VECTOR,
[INFO] [stdout]      |         ^^^^^^^ help: convert the identifier to snake case: `p_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pIDs` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4408:9
[INFO] [stdout]      |
[INFO] [stdout] 4408 |     pub pIDs: *mut u32,
[INFO] [stdout]      |         ^^^^ help: convert the identifier to snake case: `p_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_POINT_MAPPING` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4411:4
[INFO] [stdout]      |
[INFO] [stdout] 4411 | fn bindgen_test_layout__LEAP_POINT_MAPPING() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_point_mapping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_nPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4456:8
[INFO] [stdout]      |
[INFO] [stdout] 4456 |     fn test_field_nPoints() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_pPoints` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4473:8
[INFO] [stdout]      |
[INFO] [stdout] 4473 |     fn test_field_pPoints() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_points`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_field_pIDs` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4490:8
[INFO] [stdout]      |
[INFO] [stdout] 4490 |     fn test_field_pIDs() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_HEAD_POSE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4525:4
[INFO] [stdout]      |
[INFO] [stdout] 4525 | fn bindgen_test_layout__LEAP_HEAD_POSE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_head_pose_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_EYE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4652:4
[INFO] [stdout]      |
[INFO] [stdout] 4652 | fn bindgen_test_layout__LEAP_EYE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_eye_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4768:11
[INFO] [stdout]      |
[INFO] [stdout] 4768 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer: _eLeapIMUFlag = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_ACCELEROMETER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasGyroscope` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4770:11
[INFO] [stdout]      |
[INFO] [stdout] 4770 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasGyroscope: _eLeapIMUFlag = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_GYROSCOPE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasTemperature` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:4772:11
[INFO] [stdout]      |
[INFO] [stdout] 4772 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasTemperature: _eLeapIMUFlag = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_TEMPERATURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_IMU_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4800:4
[INFO] [stdout]      |
[INFO] [stdout] 4800 | fn bindgen_test_layout__LEAP_IMU_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_imu_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_IMAGE_EVENT` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:4934:4
[INFO] [stdout]      |
[INFO] [stdout] 4934 | fn bindgen_test_layout__LEAP_IMAGE_EVENT() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_None` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5008:11
[INFO] [stdout]      |
[INFO] [stdout] 5008 | pub const _eLeapEventType_eLeapEventType_None: _eLeapEventType = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_NONE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Connection` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5011:11
[INFO] [stdout]      |
[INFO] [stdout] 5011 | pub const _eLeapEventType_eLeapEventType_Connection: _eLeapEventType = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConnectionLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5014:11
[INFO] [stdout]      |
[INFO] [stdout] 5014 | pub const _eLeapEventType_eLeapEventType_ConnectionLost: _eLeapEventType = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Device` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5020:11
[INFO] [stdout]      |
[INFO] [stdout] 5020 | pub const _eLeapEventType_eLeapEventType_Device: _eLeapEventType = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceFailure` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5026:11
[INFO] [stdout]      |
[INFO] [stdout] 5026 | pub const _eLeapEventType_eLeapEventType_DeviceFailure: _eLeapEventType = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_FAILURE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Policy` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5032:11
[INFO] [stdout]      |
[INFO] [stdout] 5032 | pub const _eLeapEventType_eLeapEventType_Policy: _eLeapEventType = 5;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POLICY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Tracking` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5035:11
[INFO] [stdout]      |
[INFO] [stdout] 5035 | pub const _eLeapEventType_eLeapEventType_Tracking: _eLeapEventType = 256;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageRequestError` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5040:11
[INFO] [stdout]      |
[INFO] [stdout] 5040 | pub const _eLeapEventType_eLeapEventType_ImageRequestError: _eLeapEventType = 257;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_REQUEST_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ImageComplete` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5045:11
[INFO] [stdout]      |
[INFO] [stdout] 5045 | pub const _eLeapEventType_eLeapEventType_ImageComplete: _eLeapEventType = 258;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_COMPLETE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvent` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5047:11
[INFO] [stdout]      |
[INFO] [stdout] 5047 | pub const _eLeapEventType_eLeapEventType_LogEvent: _eLeapEventType = 259;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceLost` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5055:11
[INFO] [stdout]      |
[INFO] [stdout] 5055 | pub const _eLeapEventType_eLeapEventType_DeviceLost: _eLeapEventType = 260;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_LOST`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigResponse` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5059:11
[INFO] [stdout]      |
[INFO] [stdout] 5059 | pub const _eLeapEventType_eLeapEventType_ConfigResponse: _eLeapEventType = 261;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_RESPONSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_ConfigChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5063:11
[INFO] [stdout]      |
[INFO] [stdout] 5063 | pub const _eLeapEventType_eLeapEventType_ConfigChange: _eLeapEventType = 262;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DeviceStatusChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5067:11
[INFO] [stdout]      |
[INFO] [stdout] 5067 | pub const _eLeapEventType_eLeapEventType_DeviceStatusChange: _eLeapEventType = 263;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_STATUS_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_DroppedFrame` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5071:11
[INFO] [stdout]      |
[INFO] [stdout] 5071 | pub const _eLeapEventType_eLeapEventType_DroppedFrame: _eLeapEventType = 264;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DROPPED_FRAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Image` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5075:11
[INFO] [stdout]      |
[INFO] [stdout] 5075 | pub const _eLeapEventType_eLeapEventType_Image: _eLeapEventType = 265;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_PointMappingChange` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5079:11
[INFO] [stdout]      |
[INFO] [stdout] 5079 | pub const _eLeapEventType_eLeapEventType_PointMappingChange: _eLeapEventType = 266;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POINT_MAPPING_CHANGE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_TrackingMode` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5084:11
[INFO] [stdout]      |
[INFO] [stdout] 5084 | pub const _eLeapEventType_eLeapEventType_TrackingMode: _eLeapEventType = 267;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING_MODE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_LogEvents` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5086:11
[INFO] [stdout]      |
[INFO] [stdout] 5086 | pub const _eLeapEventType_eLeapEventType_LogEvents: _eLeapEventType = 268;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENTS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_HeadPose` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5089:11
[INFO] [stdout]      |
[INFO] [stdout] 5089 | pub const _eLeapEventType_eLeapEventType_HeadPose: _eLeapEventType = 269;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_HEAD_POSE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_Eyes` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5091:11
[INFO] [stdout]      |
[INFO] [stdout] 5091 | pub const _eLeapEventType_eLeapEventType_Eyes: _eLeapEventType = 270;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_EYES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapEventType_eLeapEventType_IMU` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:5093:11
[INFO] [stdout]      |
[INFO] [stdout] 5093 | pub const _eLeapEventType_eLeapEventType_IMU: _eLeapEventType = 271;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMU`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_MESSAGE__bindgen_ty_1` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5163:4
[INFO] [stdout]      |
[INFO] [stdout] 5163 | fn bindgen_test_layout__LEAP_CONNECTION_MESSAGE__bindgen_ty_1() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_message_bindgen_ty_1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_CONNECTION_MESSAGE` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:5524:4
[INFO] [stdout]      |
[INFO] [stdout] 5524 | fn bindgen_test_layout__LEAP_CONNECTION_MESSAGE() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Error` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6106:11
[INFO] [stdout]      |
[INFO] [stdout] 6106 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Error: _eLeapRecordingFlags = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_ERROR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Reading` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6107:11
[INFO] [stdout]      |
[INFO] [stdout] 6107 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Reading: _eLeapRecordingFlags = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_READING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Writing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6108:11
[INFO] [stdout]      |
[INFO] [stdout] 6108 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Writing: _eLeapRecordingFlags = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_WRITING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Flushing` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6109:11
[INFO] [stdout]      |
[INFO] [stdout] 6109 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Flushing: _eLeapRecordingFlags = 4;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_FLUSHING`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Compressed` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6110:11
[INFO] [stdout]      |
[INFO] [stdout] 6110 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Compressed: _eLeapRecordingFlags = 8;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_COMPRESSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_RECORDING_PARAMETERS` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6140:4
[INFO] [stdout]      |
[INFO] [stdout] 6140 | fn bindgen_test_layout__LEAP_RECORDING_PARAMETERS() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_recording_parameters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_RECORDING_STATUS` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6184:4
[INFO] [stdout]      |
[INFO] [stdout] 6184 | fn bindgen_test_layout__LEAP_RECORDING_STATUS() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_recording_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6364:11
[INFO] [stdout]      |
[INFO] [stdout] 6364 | pub const _eLeapVersionPart_eLeapVersionPart_ClientLibrary: _eLeapVersionPart = 0;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6367:11
[INFO] [stdout]      |
[INFO] [stdout] 6367 | pub const _eLeapVersionPart_eLeapVersionPart_ClientProtocol: _eLeapVersionPart = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerLibrary` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6370:11
[INFO] [stdout]      |
[INFO] [stdout] 6370 | pub const _eLeapVersionPart_eLeapVersionPart_ServerLibrary: _eLeapVersionPart = 2;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_LIBRARY`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerProtocol` should have an upper case name
[INFO] [stdout]     --> src/lib.rs:6373:11
[INFO] [stdout]      |
[INFO] [stdout] 6373 | pub const _eLeapVersionPart_eLeapVersionPart_ServerProtocol: _eLeapVersionPart = 3;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_PROTOCOL`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_VERSION` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6404:4
[INFO] [stdout]      |
[INFO] [stdout] 6404 | fn bindgen_test_layout__LEAP_VERSION() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bindgen_test_layout__LEAP_TELEMETRY_DATA` should have a snake case name
[INFO] [stdout]     --> src/lib.rs:6520:4
[INFO] [stdout]      |
[INFO] [stdout] 6520 | fn bindgen_test_layout__LEAP_TELEMETRY_DATA() {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_telemetry_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.96s
[INFO] running `Command { std: "docker" "inspect" "0aa2ffabeb06cab60981f24798de09933ce40b16dd2afdeb4da1e6ba91ffcb79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa2ffabeb06cab60981f24798de09933ce40b16dd2afdeb4da1e6ba91ffcb79", kill_on_drop: false }`
[INFO] [stdout] 0aa2ffabeb06cab60981f24798de09933ce40b16dd2afdeb4da1e6ba91ffcb79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8366fd98ac4c2763d845912c618f48d2163a6505e912822fd02c4cdd1e2bcd14
[INFO] running `Command { std: "docker" "start" "-a" "8366fd98ac4c2763d845912c618f48d2163a6505e912822fd02c4cdd1e2bcd14", kill_on_drop: false }`
[INFO] [stderr] warning: type `_eLeapRS` should have an upper camel case name
[INFO] [stderr]   --> src/lib.rs:87:10
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub type _eLeapRS = ::std::os::raw::c_int;
[INFO] [stderr]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapTrackingMode` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub type _eLeapTrackingMode = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapTrackingMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:116:10
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:127:10
[INFO] [stderr]     |
[INFO] [stderr] 127 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CALIBRATION` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:137:10
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_REF` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:205:10
[INFO] [stderr]     |
[INFO] [stderr] 205 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapConnectionConfig` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:209:10
[INFO] [stderr]     |
[INFO] [stderr] 209 | pub type _eLeapConnectionConfig = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:298:10
[INFO] [stderr]     |
[INFO] [stderr] 298 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapAllocatorType` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:322:10
[INFO] [stderr]     |
[INFO] [stderr] 322 | pub type _eLeapAllocatorType = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapServiceDisposition` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:477:10
[INFO] [stderr]     |
[INFO] [stderr] 477 | pub type _eLeapServiceDisposition = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:521:10
[INFO] [stderr]     |
[INFO] [stderr] 521 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:574:10
[INFO] [stderr]     |
[INFO] [stderr] 574 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapConnectionStatus` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:596:10
[INFO] [stderr]     |
[INFO] [stderr] 596 | pub type _eLeapConnectionStatus = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:672:10
[INFO] [stderr]     |
[INFO] [stderr] 672 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapPolicyFlag` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:707:10
[INFO] [stderr]     |
[INFO] [stderr] 707 | pub type _eLeapPolicyFlag = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:775:10
[INFO] [stderr]     |
[INFO] [stderr] 775 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TRACKING_MODE_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:840:10
[INFO] [stderr]     |
[INFO] [stderr] 840 | pub type LEAP_TRACKING_MODE_EVENT = _LEAP_TRACKING_MODE_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingModeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapValueType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1003:10
[INFO] [stderr]      |
[INFO] [stderr] 1003 | pub type _eLeapValueType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VARIANT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1144:10
[INFO] [stderr]      |
[INFO] [stderr] 1144 | pub type LEAP_VARIANT = _LEAP_VARIANT;
[INFO] [stderr]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1216:10
[INFO] [stderr]      |
[INFO] [stderr] 1216 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1290:10
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `eLeapDeviceCaps` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1435:10
[INFO] [stderr]      |
[INFO] [stderr] 1435 | pub type eLeapDeviceCaps = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDevicePID` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1454:10
[INFO] [stderr]      |
[INFO] [stderr] 1454 | pub type _eLeapDevicePID = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1679:10
[INFO] [stderr]      |
[INFO] [stderr] 1679 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1819:10
[INFO] [stderr]      |
[INFO] [stderr] 1819 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDeviceStatus` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1844:10
[INFO] [stderr]      |
[INFO] [stderr] 1844 | pub type _eLeapDeviceStatus = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1921:10
[INFO] [stderr]      |
[INFO] [stderr] 1921 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2008:10
[INFO] [stderr]      |
[INFO] [stderr] 2008 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapImageType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2017:10
[INFO] [stderr]      |
[INFO] [stderr] 2017 | pub type _eLeapImageType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapImageFormat` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2030:10
[INFO] [stderr]      |
[INFO] [stderr] 2030 | pub type _eLeapImageFormat = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapPerspectiveType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2046:10
[INFO] [stderr]      |
[INFO] [stderr] 2046 | pub type _eLeapPerspectiveType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapCameraCalibrationType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2060:10
[INFO] [stderr]      |
[INFO] [stderr] 2060 | pub type _eLeapCameraCalibrationType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapCameraCalibrationType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2259:10
[INFO] [stderr]      |
[INFO] [stderr] 2259 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2382:10
[INFO] [stderr]      |
[INFO] [stderr] 2382 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2487:10
[INFO] [stderr]      |
[INFO] [stderr] 2487 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VECTOR` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2633:10
[INFO] [stderr]      |
[INFO] [stderr] 2633 | pub type LEAP_VECTOR = _LEAP_VECTOR;
[INFO] [stderr]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2669:10
[INFO] [stderr]      |
[INFO] [stderr] 2669 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_QUATERNION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2836:10
[INFO] [stderr]      |
[INFO] [stderr] 2836 | pub type LEAP_QUATERNION = _LEAP_QUATERNION;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_BONE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2942:10
[INFO] [stderr]      |
[INFO] [stderr] 2942 | pub type LEAP_BONE = _LEAP_BONE;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DIGIT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3153:10
[INFO] [stderr]      |
[INFO] [stderr] 3153 | pub type LEAP_DIGIT = _LEAP_DIGIT;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_PALM` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3326:10
[INFO] [stderr]      |
[INFO] [stderr] 3326 | pub type LEAP_PALM = _LEAP_PALM;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapHandType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3335:10
[INFO] [stderr]      |
[INFO] [stderr] 3335 | pub type _eLeapHandType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_HAND` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3744:10
[INFO] [stderr]      |
[INFO] [stderr] 3744 | pub type LEAP_HAND = _LEAP_HAND;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3886:10
[INFO] [stderr]      |
[INFO] [stderr] 3886 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapLogSeverity` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3897:10
[INFO] [stderr]      |
[INFO] [stderr] 3897 | pub type _eLeapLogSeverity = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_LOG_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3983:10
[INFO] [stderr]      |
[INFO] [stderr] 3983 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4041:10
[INFO] [stderr]      |
[INFO] [stderr] 4041 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4127:10
[INFO] [stderr]      |
[INFO] [stderr] 4127 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDroppedFrameType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4132:10
[INFO] [stderr]      |
[INFO] [stderr] 4132 | pub type _eLeapDroppedFrameType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4187:10
[INFO] [stderr]      |
[INFO] [stderr] 4187 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4317:10
[INFO] [stderr]      |
[INFO] [stderr] 4317 | pub type LEAP_IMAGE = _LEAP_IMAGE;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4395:10
[INFO] [stderr]      |
[INFO] [stderr] 4395 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4508:10
[INFO] [stderr]      |
[INFO] [stderr] 4508 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4622:10
[INFO] [stderr]      |
[INFO] [stderr] 4622 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_EYE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4766:10
[INFO] [stderr]      |
[INFO] [stderr] 4766 | pub type LEAP_EYE_EVENT = _LEAP_EYE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapEyeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapIMUFlag` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4773:10
[INFO] [stderr]      |
[INFO] [stderr] 4773 | pub type _eLeapIMUFlag = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImuflag`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMU_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4914:10
[INFO] [stderr]      |
[INFO] [stderr] 4914 | pub type LEAP_IMU_EVENT = _LEAP_IMU_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImuEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5005:10
[INFO] [stderr]      |
[INFO] [stderr] 5005 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapEventType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5097:10
[INFO] [stderr]      |
[INFO] [stderr] 5097 | pub type _eLeapEventType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5591:10
[INFO] [stderr]      |
[INFO] [stderr] 5591 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5809:10
[INFO] [stderr]      |
[INFO] [stderr] 5809 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapRecordingFlags` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6115:10
[INFO] [stderr]      |
[INFO] [stderr] 6115 | pub type _eLeapRecordingFlags = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6129:10
[INFO] [stderr]      |
[INFO] [stderr] 6129 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6172:10
[INFO] [stderr]      |
[INFO] [stderr] 6172 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6217:10
[INFO] [stderr]      |
[INFO] [stderr] 6217 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapVersionPart` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6377:10
[INFO] [stderr]      |
[INFO] [stderr] 6377 | pub type _eLeapVersionPart = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapVersionPart`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VERSION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6475:10
[INFO] [stderr]      |
[INFO] [stderr] 6475 | pub type LEAP_VERSION = _LEAP_VERSION;
[INFO] [stderr]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6651:10
[INFO] [stderr]      |
[INFO] [stderr] 6651 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_Success` should have an upper case name
[INFO] [stderr]  --> src/lib.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub const _eLeapRS_eLeapRS_Success: _eLeapRS = 0;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_SUCCESS`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_UnknownError` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const _eLeapRS_eLeapRS_UnknownError: _eLeapRS = -503250944;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_ERROR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_InvalidArgument` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub const _eLeapRS_eLeapRS_InvalidArgument: _eLeapRS = -503250943;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_ARGUMENT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_InsufficientResources` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const _eLeapRS_eLeapRS_InsufficientResources: _eLeapRS = -503250942;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_RESOURCES`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_InsufficientBuffer` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const _eLeapRS_eLeapRS_InsufficientBuffer: _eLeapRS = -503250941;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INSUFFICIENT_BUFFER`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_Timeout` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const _eLeapRS_eLeapRS_Timeout: _eLeapRS = -503250940;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMEOUT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_NotConnected` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:25:11
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const _eLeapRS_eLeapRS_NotConnected: _eLeapRS = -503250939;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_CONNECTED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_HandshakeIncomplete` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const _eLeapRS_eLeapRS_HandshakeIncomplete: _eLeapRS = -503250938;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_HANDSHAKE_INCOMPLETE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_BufferSizeOverflow` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:31:11
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub const _eLeapRS_eLeapRS_BufferSizeOverflow: _eLeapRS = -503250937;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_BUFFER_SIZE_OVERFLOW`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_ProtocolError` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:34:11
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const _eLeapRS_eLeapRS_ProtocolError: _eLeapRS = -503250936;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_PROTOCOL_ERROR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_InvalidClientID` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:37:11
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub const _eLeapRS_eLeapRS_InvalidClientID: _eLeapRS = -503250935;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_INVALID_CLIENT_ID`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_UnexpectedClosed` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:41:11
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub const _eLeapRS_eLeapRS_UnexpectedClosed: _eLeapRS = -503250934;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNEXPECTED_CLOSED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_UnknownImageFrameRequest` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:48:11
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub const _eLeapRS_eLeapRS_UnknownImageFrameRequest: _eLeapRS = -503250933;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_IMAGE_FRAME_REQUEST`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_UnknownTrackingFrameID` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:55:11
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub const _eLeapRS_eLeapRS_UnknownTrackingFrameID: _eLeapRS = -503250932;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNKNOWN_TRACKING_FRAME_ID`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_RoutineIsNotSeer` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:61:11
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub const _eLeapRS_eLeapRS_RoutineIsNotSeer: _eLeapRS = -503250931;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_ROUTINE_IS_NOT_SEER`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_TimestampTooEarly` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:67:11
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub const _eLeapRS_eLeapRS_TimestampTooEarly: _eLeapRS = -503250930;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_TIMESTAMP_TOO_EARLY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_ConcurrentPoll` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:70:11
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub const _eLeapRS_eLeapRS_ConcurrentPoll: _eLeapRS = -503250929;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CONCURRENT_POLL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_NotAvailable` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:73:11
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub const _eLeapRS_eLeapRS_NotAvailable: _eLeapRS = -419364862;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_AVAILABLE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_NotStreaming` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:76:11
[INFO] [stderr]    |
[INFO] [stderr] 76 | pub const _eLeapRS_eLeapRS_NotStreaming: _eLeapRS = -419364860;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_NOT_STREAMING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_CannotOpenDevice` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:80:11
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub const _eLeapRS_eLeapRS_CannotOpenDevice: _eLeapRS = -419364859;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_CANNOT_OPEN_DEVICE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRS_eLeapRS_Unsupported` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:83:11
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub const _eLeapRS_eLeapRS_Unsupported: _eLeapRS = -419364858;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RS_E_LEAP_RS_UNSUPPORTED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Desktop` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:93:11
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub const _eLeapTrackingMode_eLeapTrackingMode_Desktop: _eLeapTrackingMode = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_DESKTOP`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_HMD` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:95:11
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub const _eLeapTrackingMode_eLeapTrackingMode_HMD: _eLeapTrackingMode = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_HMD`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_ScreenTop` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:97:11
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub const _eLeapTrackingMode_eLeapTrackingMode_ScreenTop: _eLeapTrackingMode = 2;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_SCREEN_TOP`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapTrackingMode_eLeapTrackingMode_Unknown` should have an upper case name
[INFO] [stderr]   --> src/lib.rs:99:11
[INFO] [stderr]    |
[INFO] [stderr] 99 | pub const _eLeapTrackingMode_eLeapTrackingMode_Unknown: _eLeapTrackingMode = 3;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_TRACKING_MODE_E_LEAP_TRACKING_MODE_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:208:11
[INFO] [stderr]     |
[INFO] [stderr] 208 | pub const _eLeapConnectionConfig_eLeapConnectionConfig_MultiDeviceAware: _eLeapConnectionConfig = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_CONFIG_E_LEAP_CONNECTION_CONFIG_MULTI_DEVICE_AWARE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int8` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:300:11
[INFO] [stderr]     |
[INFO] [stderr] 300 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int8: _eLeapAllocatorType = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT8`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Uint8` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:302:11
[INFO] [stderr]     |
[INFO] [stderr] 302 | pub const _eLeapAllocatorType_eLeapAllocatorType_Uint8: _eLeapAllocatorType = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT8`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int16` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:304:11
[INFO] [stderr]     |
[INFO] [stderr] 304 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int16: _eLeapAllocatorType = 2;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT16`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt16` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:306:11
[INFO] [stderr]     |
[INFO] [stderr] 306 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt16: _eLeapAllocatorType = 3;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT16`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int32` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:308:11
[INFO] [stderr]     |
[INFO] [stderr] 308 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int32: _eLeapAllocatorType = 4;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT32`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt32` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:310:11
[INFO] [stderr]     |
[INFO] [stderr] 310 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt32: _eLeapAllocatorType = 5;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT32`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Float` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:312:11
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub const _eLeapAllocatorType_eLeapAllocatorType_Float: _eLeapAllocatorType = 6;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_FLOAT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Int64` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:314:11
[INFO] [stderr]     |
[INFO] [stderr] 314 | pub const _eLeapAllocatorType_eLeapAllocatorType_Int64: _eLeapAllocatorType = 8;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_INT64`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_UInt64` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:316:11
[INFO] [stderr]     |
[INFO] [stderr] 316 | pub const _eLeapAllocatorType_eLeapAllocatorType_UInt64: _eLeapAllocatorType = 9;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_UINT64`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapAllocatorType_eLeapAllocatorType_Double` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:318:11
[INFO] [stderr]     |
[INFO] [stderr] 318 | pub const _eLeapAllocatorType_eLeapAllocatorType_Double: _eLeapAllocatorType = 10;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_ALLOCATOR_TYPE_E_LEAP_ALLOCATOR_TYPE_DOUBLE`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `typeHint` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:343:13
[INFO] [stderr]     |
[INFO] [stderr] 343 |             typeHint: eLeapAllocatorType,
[INFO] [stderr]     |             ^^^^^^^^ help: convert the identifier to snake case: `type_hint`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapServiceDisposition_eLeapServiceState_LowFpsDetected` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:466:11
[INFO] [stderr]     |
[INFO] [stderr] 466 | pub const _eLeapServiceDisposition_eLeapServiceState_LowFpsDetected: _eLeapServiceDisposition = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_LOW_FPS_DETECTED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:469:11
[INFO] [stderr]     |
[INFO] [stderr] 469 | pub const _eLeapServiceDisposition_eLeapServiceState_PoorPerformancePause:
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_POOR_PERFORMANCE_PAUSE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:473:11
[INFO] [stderr]     |
[INFO] [stderr] 473 | pub const _eLeapServiceDisposition_eLeapServiceState_TrackingErrorUnknown:
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_TRACKING_ERROR_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapServiceDisposition_eLeapServiceState_ALL` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:476:11
[INFO] [stderr]     |
[INFO] [stderr] 476 | pub const _eLeapServiceDisposition_eLeapServiceState_ALL: _eLeapServiceDisposition = 7;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_SERVICE_DISPOSITION_E_LEAP_SERVICE_STATE_ALL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotConnected` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:578:11
[INFO] [stderr]     |
[INFO] [stderr] 578 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotConnected: _eLeapConnectionStatus = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_CONNECTED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_Connected` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:581:11
[INFO] [stderr]     |
[INFO] [stderr] 581 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_Connected: _eLeapConnectionStatus = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_CONNECTED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:584:11
[INFO] [stderr]     |
[INFO] [stderr] 584 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_HandshakeIncomplete: _eLeapConnectionStatus =
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_HANDSHAKE_INCOMPLETE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapConnectionStatus_eLeapConnectionStatus_NotRunning` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:589:11
[INFO] [stderr]     |
[INFO] [stderr] 589 | pub const _eLeapConnectionStatus_eLeapConnectionStatus_NotRunning: _eLeapConnectionStatus =
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CONNECTION_STATUS_E_LEAP_CONNECTION_STATUS_NOT_RUNNING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:694:11
[INFO] [stderr]     |
[INFO] [stderr] 694 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_BackgroundFrames: _eLeapPolicyFlag = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_BACKGROUND_FRAMES`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_Images` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:696:11
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_Images: _eLeapPolicyFlag = 2;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_IMAGES`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:698:11
[INFO] [stderr]     |
[INFO] [stderr] 698 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeHMD: _eLeapPolicyFlag = 4;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_HMD`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:700:11
[INFO] [stderr]     |
[INFO] [stderr] 700 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_AllowPauseResume: _eLeapPolicyFlag = 8;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_ALLOW_PAUSE_RESUME`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_MapPoints` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:702:11
[INFO] [stderr]     |
[INFO] [stderr] 702 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_MapPoints: _eLeapPolicyFlag = 128;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_MAP_POINTS`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:704:11
[INFO] [stderr]     |
[INFO] [stderr] 704 | pub const _eLeapPolicyFlag_eLeapPolicyFlag_OptimizeScreenTop: _eLeapPolicyFlag = 256;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_POLICY_FLAG_E_LEAP_POLICY_FLAG_OPTIMIZE_SCREEN_TOP`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_eLeapValueType_Unknown` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:989:11
[INFO] [stderr]     |
[INFO] [stderr] 989 | pub const _eLeapValueType_eLeapValueType_Unknown: _eLeapValueType = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_eLeapValueType_Boolean` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:991:11
[INFO] [stderr]     |
[INFO] [stderr] 991 | pub const _eLeapValueType_eLeapValueType_Boolean: _eLeapValueType = 1;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_BOOLEAN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_eLeapValueType_Int32` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:993:11
[INFO] [stderr]     |
[INFO] [stderr] 993 | pub const _eLeapValueType_eLeapValueType_Int32: _eLeapValueType = 2;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_INT32`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_eLeapValueType_Float` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:995:11
[INFO] [stderr]     |
[INFO] [stderr] 995 | pub const _eLeapValueType_eLeapValueType_Float: _eLeapValueType = 3;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_FLOAT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_eLeapValueType_String` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:997:11
[INFO] [stderr]     |
[INFO] [stderr] 997 | pub const _eLeapValueType_eLeapValueType_String: _eLeapValueType = 4;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_E_LEAP_VALUE_TYPE_STRING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapValueType_FORCE_DWORD` should have an upper case name
[INFO] [stderr]    --> src/lib.rs:999:11
[INFO] [stderr]     |
[INFO] [stderr] 999 | pub const _eLeapValueType_FORCE_DWORD: _eLeapValueType = 2147483647;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VALUE_TYPE_FORCE_DWORD`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `boolValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1022:9
[INFO] [stderr]      |
[INFO] [stderr] 1022 |     pub boolValue: bool,
[INFO] [stderr]      |         ^^^^^^^^^ help: convert the identifier to snake case: `bool_value`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `iValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1024:9
[INFO] [stderr]      |
[INFO] [stderr] 1024 |     pub iValue: i32,
[INFO] [stderr]      |         ^^^^^^ help: convert the identifier to snake case: `i_value`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1026:9
[INFO] [stderr]      |
[INFO] [stderr] 1026 |     pub fValue: f32,
[INFO] [stderr]      |         ^^^^^^ help: convert the identifier to snake case: `f_value`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `strValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1028:9
[INFO] [stderr]      |
[INFO] [stderr] 1028 |     pub strValue: *const ::std::os::raw::c_char,
[INFO] [stderr]      |         ^^^^^^^^ help: convert the identifier to snake case: `str_value`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `requestID` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1156:9
[INFO] [stderr]      |
[INFO] [stderr] 1156 |     pub requestID: u32,
[INFO] [stderr]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `requestID` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1230:9
[INFO] [stderr]      |
[INFO] [stderr] 1230 |     pub requestID: u32,
[INFO] [stderr]      |         ^^^^^^^^^ help: convert the identifier to snake case: `request_id`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `eLeapDeviceCaps_eLeapDeviceCaps_Color` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1432:11
[INFO] [stderr]      |
[INFO] [stderr] 1432 | pub const eLeapDeviceCaps_eLeapDeviceCaps_Color: eLeapDeviceCaps = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `E_LEAP_DEVICE_CAPS_E_LEAP_DEVICE_CAPS_COLOR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Unknown` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1437:11
[INFO] [stderr]      |
[INFO] [stderr] 1437 | pub const _eLeapDevicePID_eLeapDevicePID_Unknown: _eLeapDevicePID = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Peripheral` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1439:11
[INFO] [stderr]      |
[INFO] [stderr] 1439 | pub const _eLeapDevicePID_eLeapDevicePID_Peripheral: _eLeapDevicePID = 3;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_PERIPHERAL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Dragonfly` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1441:11
[INFO] [stderr]      |
[INFO] [stderr] 1441 | pub const _eLeapDevicePID_eLeapDevicePID_Dragonfly: _eLeapDevicePID = 4354;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_DRAGONFLY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Nightcrawler` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1443:11
[INFO] [stderr]      |
[INFO] [stderr] 1443 | pub const _eLeapDevicePID_eLeapDevicePID_Nightcrawler: _eLeapDevicePID = 4609;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_NIGHTCRAWLER`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Rigel` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1445:11
[INFO] [stderr]      |
[INFO] [stderr] 1445 | pub const _eLeapDevicePID_eLeapDevicePID_Rigel: _eLeapDevicePID = 4610;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_RIGEL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_SIR170` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1447:11
[INFO] [stderr]      |
[INFO] [stderr] 1447 | pub const _eLeapDevicePID_eLeapDevicePID_SIR170: _eLeapDevicePID = 4611;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_SIR170`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_3Di` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1449:11
[INFO] [stderr]      |
[INFO] [stderr] 1449 | pub const _eLeapDevicePID_eLeapDevicePID_3Di: _eLeapDevicePID = 4612;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_3_DI`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDevicePID_eLeapDevicePID_Invalid` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1451:11
[INFO] [stderr]      |
[INFO] [stderr] 1451 | pub const _eLeapDevicePID_eLeapDevicePID_Invalid: _eLeapDevicePID = -1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_PID_E_LEAP_DEVICE_PID_INVALID`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Streaming` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1821:11
[INFO] [stderr]      |
[INFO] [stderr] 1821 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Streaming: _eLeapDeviceStatus = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_STREAMING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Paused` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1823:11
[INFO] [stderr]      |
[INFO] [stderr] 1823 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Paused: _eLeapDeviceStatus = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_PAUSED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Robust` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1826:11
[INFO] [stderr]      |
[INFO] [stderr] 1826 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Robust: _eLeapDeviceStatus = 4;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_ROBUST`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_Smudged` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1828:11
[INFO] [stderr]      |
[INFO] [stderr] 1828 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_Smudged: _eLeapDeviceStatus = 8;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_SMUDGED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_LowResource` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1830:11
[INFO] [stderr]      |
[INFO] [stderr] 1830 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_LowResource: _eLeapDeviceStatus = 16;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_LOW_RESOURCE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1832:11
[INFO] [stderr]      |
[INFO] [stderr] 1832 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_UnknownFailure: _eLeapDeviceStatus = -402587648;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_UNKNOWN_FAILURE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1834:11
[INFO] [stderr]      |
[INFO] [stderr] 1834 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadCalibration: _eLeapDeviceStatus = -402587647;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CALIBRATION`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1836:11
[INFO] [stderr]      |
[INFO] [stderr] 1836 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadFirmware: _eLeapDeviceStatus = -402587646;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_FIRMWARE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadTransport` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1838:11
[INFO] [stderr]      |
[INFO] [stderr] 1838 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadTransport: _eLeapDeviceStatus = -402587645;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_TRANSPORT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDeviceStatus_eLeapDeviceStatus_BadControl` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:1840:11
[INFO] [stderr]      |
[INFO] [stderr] 1840 | pub const _eLeapDeviceStatus_eLeapDeviceStatus_BadControl: _eLeapDeviceStatus = -402587644;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DEVICE_STATUS_E_LEAP_DEVICE_STATUS_BAD_CONTROL`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hDevice` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1865:9
[INFO] [stderr]      |
[INFO] [stderr] 1865 |     pub hDevice: LEAP_DEVICE,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `h_device`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageType_eLeapImageType_UNKNOWN` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2010:11
[INFO] [stderr]      |
[INFO] [stderr] 2010 | pub const _eLeapImageType_eLeapImageType_UNKNOWN: _eLeapImageType = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageType_eLeapImageType_Default` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2012:11
[INFO] [stderr]      |
[INFO] [stderr] 2012 | pub const _eLeapImageType_eLeapImageType_Default: _eLeapImageType = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_DEFAULT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageType_eLeapImageType_Raw` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2014:11
[INFO] [stderr]      |
[INFO] [stderr] 2014 | pub const _eLeapImageType_eLeapImageType_Raw: _eLeapImageType = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_TYPE_E_LEAP_IMAGE_TYPE_RAW`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageFormat_eLeapImageFormat_UNKNOWN` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2022:11
[INFO] [stderr]      |
[INFO] [stderr] 2022 | pub const _eLeapImageFormat_eLeapImageFormat_UNKNOWN: _eLeapImageFormat = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageFormat_eLeapImageFormat_IR` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2024:11
[INFO] [stderr]      |
[INFO] [stderr] 2024 | pub const _eLeapImageFormat_eLeapImageFormat_IR: _eLeapImageFormat = 3240521;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_IR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2026:11
[INFO] [stderr]      |
[INFO] [stderr] 2026 | pub const _eLeapImageFormat_eLeapImageFormat_RGBIr_Bayer: _eLeapImageFormat = 1229083207;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMAGE_FORMAT_E_LEAP_IMAGE_FORMAT_RGBIR_BAYER`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_invalid` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2036:11
[INFO] [stderr]      |
[INFO] [stderr] 2036 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_invalid: _eLeapPerspectiveType = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_INVALID`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_left` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2038:11
[INFO] [stderr]      |
[INFO] [stderr] 2038 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_left: _eLeapPerspectiveType = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_LEFT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_stereo_right` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2040:11
[INFO] [stderr]      |
[INFO] [stderr] 2040 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_stereo_right: _eLeapPerspectiveType = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_STEREO_RIGHT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapPerspectiveType_eLeapPerspectiveType_mono` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2042:11
[INFO] [stderr]      |
[INFO] [stderr] 2042 | pub const _eLeapPerspectiveType_eLeapPerspectiveType_mono: _eLeapPerspectiveType = 3;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_PERSPECTIVE_TYPE_E_LEAP_PERSPECTIVE_TYPE_MONO`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2052:11
[INFO] [stderr]      |
[INFO] [stderr] 2052 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_infrared:
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_INFRARED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:2055:11
[INFO] [stderr]      |
[INFO] [stderr] 2055 | pub const _eLeapCameraCalibrationType_eLeapCameraCalibrationType_visual:
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_CAMERA_CALIBRATION_TYPE_E_LEAP_CAMERA_CALIBRATION_TYPE_VISUAL`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pBuffer` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2400:9
[INFO] [stderr]      |
[INFO] [stderr] 2400 |     pub pBuffer: *mut ::std::os::raw::c_void,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `p_buffer`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapHandType_eLeapHandType_Left` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3328:11
[INFO] [stderr]      |
[INFO] [stderr] 3328 | pub const _eLeapHandType_eLeapHandType_Left: _eLeapHandType = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_LEFT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapHandType_eLeapHandType_Right` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3330:11
[INFO] [stderr]      |
[INFO] [stderr] 3330 | pub const _eLeapHandType_eLeapHandType_Right: _eLeapHandType = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_HAND_TYPE_E_LEAP_HAND_TYPE_RIGHT`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nHands` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3764:9
[INFO] [stderr]      |
[INFO] [stderr] 3764 |     pub nHands: u32,
[INFO] [stderr]      |         ^^^^^^ help: convert the identifier to snake case: `n_hands`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pHands` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3767:9
[INFO] [stderr]      |
[INFO] [stderr] 3767 |     pub pHands: *mut LEAP_HAND,
[INFO] [stderr]      |         ^^^^^^ help: convert the identifier to snake case: `p_hands`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Unknown` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3888:11
[INFO] [stderr]      |
[INFO] [stderr] 3888 | pub const _eLeapLogSeverity_eLeapLogSeverity_Unknown: _eLeapLogSeverity = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_UNKNOWN`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Critical` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3890:11
[INFO] [stderr]      |
[INFO] [stderr] 3890 | pub const _eLeapLogSeverity_eLeapLogSeverity_Critical: _eLeapLogSeverity = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_CRITICAL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Warning` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3892:11
[INFO] [stderr]      |
[INFO] [stderr] 3892 | pub const _eLeapLogSeverity_eLeapLogSeverity_Warning: _eLeapLogSeverity = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_WARNING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapLogSeverity_eLeapLogSeverity_Information` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:3894:11
[INFO] [stderr]      |
[INFO] [stderr] 3894 | pub const _eLeapLogSeverity_eLeapLogSeverity_Information: _eLeapLogSeverity = 3;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_LOG_SEVERITY_E_LEAP_LOG_SEVERITY_INFORMATION`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nEvents` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3989:9
[INFO] [stderr]      |
[INFO] [stderr] 3989 |     pub nEvents: u32,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `n_events`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4128:11
[INFO] [stderr]      |
[INFO] [stderr] 4128 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_PreprocessingQueue: _eLeapDroppedFrameType =
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_PREPROCESSING_QUEUE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4130:11
[INFO] [stderr]      |
[INFO] [stderr] 4130 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_TrackingQueue: _eLeapDroppedFrameType = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_TRACKING_QUEUE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapDroppedFrameType_eLeapDroppedFrameType_Other` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4131:11
[INFO] [stderr]      |
[INFO] [stderr] 4131 | pub const _eLeapDroppedFrameType_eLeapDroppedFrameType_Other: _eLeapDroppedFrameType = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_DROPPED_FRAME_TYPE_E_LEAP_DROPPED_FRAME_TYPE_OTHER`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4326:9
[INFO] [stderr]      |
[INFO] [stderr] 4326 |     pub nPoints: u32,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4404:9
[INFO] [stderr]      |
[INFO] [stderr] 4404 |     pub nPoints: u32,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `n_points`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4406:9
[INFO] [stderr]      |
[INFO] [stderr] 4406 |     pub pPoints: *mut LEAP_VECTOR,
[INFO] [stderr]      |         ^^^^^^^ help: convert the identifier to snake case: `p_points`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `pIDs` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4408:9
[INFO] [stderr]      |
[INFO] [stderr] 4408 |     pub pIDs: *mut u32,
[INFO] [stderr]      |         ^^^^ help: convert the identifier to snake case: `p_ids`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4768:11
[INFO] [stderr]      |
[INFO] [stderr] 4768 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasAccelerometer: _eLeapIMUFlag = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_ACCELEROMETER`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasGyroscope` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4770:11
[INFO] [stderr]      |
[INFO] [stderr] 4770 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasGyroscope: _eLeapIMUFlag = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_GYROSCOPE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapIMUFlag_eLeapIMUFlag_HasTemperature` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:4772:11
[INFO] [stderr]      |
[INFO] [stderr] 4772 | pub const _eLeapIMUFlag_eLeapIMUFlag_HasTemperature: _eLeapIMUFlag = 4;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_IMUFLAG_E_LEAP_IMUFLAG_HAS_TEMPERATURE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_None` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5008:11
[INFO] [stderr]      |
[INFO] [stderr] 5008 | pub const _eLeapEventType_eLeapEventType_None: _eLeapEventType = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_NONE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Connection` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5011:11
[INFO] [stderr]      |
[INFO] [stderr] 5011 | pub const _eLeapEventType_eLeapEventType_Connection: _eLeapEventType = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_ConnectionLost` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5014:11
[INFO] [stderr]      |
[INFO] [stderr] 5014 | pub const _eLeapEventType_eLeapEventType_ConnectionLost: _eLeapEventType = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONNECTION_LOST`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Device` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5020:11
[INFO] [stderr]      |
[INFO] [stderr] 5020 | pub const _eLeapEventType_eLeapEventType_Device: _eLeapEventType = 3;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_DeviceFailure` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5026:11
[INFO] [stderr]      |
[INFO] [stderr] 5026 | pub const _eLeapEventType_eLeapEventType_DeviceFailure: _eLeapEventType = 4;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_FAILURE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Policy` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5032:11
[INFO] [stderr]      |
[INFO] [stderr] 5032 | pub const _eLeapEventType_eLeapEventType_Policy: _eLeapEventType = 5;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POLICY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Tracking` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5035:11
[INFO] [stderr]      |
[INFO] [stderr] 5035 | pub const _eLeapEventType_eLeapEventType_Tracking: _eLeapEventType = 256;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_ImageRequestError` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5040:11
[INFO] [stderr]      |
[INFO] [stderr] 5040 | pub const _eLeapEventType_eLeapEventType_ImageRequestError: _eLeapEventType = 257;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_REQUEST_ERROR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_ImageComplete` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5045:11
[INFO] [stderr]      |
[INFO] [stderr] 5045 | pub const _eLeapEventType_eLeapEventType_ImageComplete: _eLeapEventType = 258;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE_COMPLETE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_LogEvent` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5047:11
[INFO] [stderr]      |
[INFO] [stderr] 5047 | pub const _eLeapEventType_eLeapEventType_LogEvent: _eLeapEventType = 259;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENT`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_DeviceLost` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5055:11
[INFO] [stderr]      |
[INFO] [stderr] 5055 | pub const _eLeapEventType_eLeapEventType_DeviceLost: _eLeapEventType = 260;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_LOST`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_ConfigResponse` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5059:11
[INFO] [stderr]      |
[INFO] [stderr] 5059 | pub const _eLeapEventType_eLeapEventType_ConfigResponse: _eLeapEventType = 261;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_RESPONSE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_ConfigChange` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5063:11
[INFO] [stderr]      |
[INFO] [stderr] 5063 | pub const _eLeapEventType_eLeapEventType_ConfigChange: _eLeapEventType = 262;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_CONFIG_CHANGE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_DeviceStatusChange` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5067:11
[INFO] [stderr]      |
[INFO] [stderr] 5067 | pub const _eLeapEventType_eLeapEventType_DeviceStatusChange: _eLeapEventType = 263;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DEVICE_STATUS_CHANGE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_DroppedFrame` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5071:11
[INFO] [stderr]      |
[INFO] [stderr] 5071 | pub const _eLeapEventType_eLeapEventType_DroppedFrame: _eLeapEventType = 264;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_DROPPED_FRAME`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Image` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5075:11
[INFO] [stderr]      |
[INFO] [stderr] 5075 | pub const _eLeapEventType_eLeapEventType_Image: _eLeapEventType = 265;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMAGE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_PointMappingChange` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5079:11
[INFO] [stderr]      |
[INFO] [stderr] 5079 | pub const _eLeapEventType_eLeapEventType_PointMappingChange: _eLeapEventType = 266;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_POINT_MAPPING_CHANGE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_TrackingMode` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5084:11
[INFO] [stderr]      |
[INFO] [stderr] 5084 | pub const _eLeapEventType_eLeapEventType_TrackingMode: _eLeapEventType = 267;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_TRACKING_MODE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_LogEvents` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5086:11
[INFO] [stderr]      |
[INFO] [stderr] 5086 | pub const _eLeapEventType_eLeapEventType_LogEvents: _eLeapEventType = 268;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_LOG_EVENTS`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_HeadPose` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5089:11
[INFO] [stderr]      |
[INFO] [stderr] 5089 | pub const _eLeapEventType_eLeapEventType_HeadPose: _eLeapEventType = 269;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_HEAD_POSE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_Eyes` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5091:11
[INFO] [stderr]      |
[INFO] [stderr] 5091 | pub const _eLeapEventType_eLeapEventType_Eyes: _eLeapEventType = 270;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_EYES`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapEventType_eLeapEventType_IMU` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:5093:11
[INFO] [stderr]      |
[INFO] [stderr] 5093 | pub const _eLeapEventType_eLeapEventType_IMU: _eLeapEventType = 271;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_EVENT_TYPE_E_LEAP_EVENT_TYPE_IMU`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Error` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6106:11
[INFO] [stderr]      |
[INFO] [stderr] 6106 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Error: _eLeapRecordingFlags = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_ERROR`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Reading` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6107:11
[INFO] [stderr]      |
[INFO] [stderr] 6107 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Reading: _eLeapRecordingFlags = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_READING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Writing` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6108:11
[INFO] [stderr]      |
[INFO] [stderr] 6108 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Writing: _eLeapRecordingFlags = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_WRITING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Flushing` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6109:11
[INFO] [stderr]      |
[INFO] [stderr] 6109 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Flushing: _eLeapRecordingFlags = 4;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_FLUSHING`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapRecordingFlags_eLeapRecordingFlags_Compressed` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6110:11
[INFO] [stderr]      |
[INFO] [stderr] 6110 | pub const _eLeapRecordingFlags_eLeapRecordingFlags_Compressed: _eLeapRecordingFlags = 8;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_RECORDING_FLAGS_E_LEAP_RECORDING_FLAGS_COMPRESSED`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientLibrary` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6364:11
[INFO] [stderr]      |
[INFO] [stderr] 6364 | pub const _eLeapVersionPart_eLeapVersionPart_ClientLibrary: _eLeapVersionPart = 0;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_LIBRARY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapVersionPart_eLeapVersionPart_ClientProtocol` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6367:11
[INFO] [stderr]      |
[INFO] [stderr] 6367 | pub const _eLeapVersionPart_eLeapVersionPart_ClientProtocol: _eLeapVersionPart = 1;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_CLIENT_PROTOCOL`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerLibrary` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6370:11
[INFO] [stderr]      |
[INFO] [stderr] 6370 | pub const _eLeapVersionPart_eLeapVersionPart_ServerLibrary: _eLeapVersionPart = 2;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_LIBRARY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `_eLeapVersionPart_eLeapVersionPart_ServerProtocol` should have an upper case name
[INFO] [stderr]     --> src/lib.rs:6373:11
[INFO] [stderr]      |
[INFO] [stderr] 6373 | pub const _eLeapVersionPart_eLeapVersionPart_ServerProtocol: _eLeapVersionPart = 3;
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_E_LEAP_VERSION_PART_E_LEAP_VERSION_PART_SERVER_PROTOCOL`
[INFO] [stderr] 
[INFO] [stderr] warning: `leap-sys` (lib) generated 214 warnings
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DEVICE_REF` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:153:4
[INFO] [stderr]     |
[INFO] [stderr] 153 | fn bindgen_test_layout__LEAP_DEVICE_REF() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_ref`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_CONFIG` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:232:4
[INFO] [stderr]     |
[INFO] [stderr] 232 | fn bindgen_test_layout__LEAP_CONNECTION_CONFIG() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_config`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `typeHint` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:343:13
[INFO] [stderr]     |
[INFO] [stderr] 343 |             typeHint: eLeapAllocatorType,
[INFO] [stderr]     |             ^^^^^^^^ help: convert the identifier to snake case: `type_hint`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout_LEAP_ALLOCATOR` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:360:4
[INFO] [stderr]     |
[INFO] [stderr] 360 | fn bindgen_test_layout_LEAP_ALLOCATOR() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_allocator`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_EVENT` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:489:4
[INFO] [stderr]     |
[INFO] [stderr] 489 | fn bindgen_test_layout__LEAP_CONNECTION_EVENT() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_LOST_EVENT` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:537:4
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn bindgen_test_layout__LEAP_CONNECTION_LOST_EVENT() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_lost_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_INFO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:619:4
[INFO] [stderr]     |
[INFO] [stderr] 619 | fn bindgen_test_layout__LEAP_CONNECTION_INFO() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_info`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_POLICY_EVENT` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:725:4
[INFO] [stderr]     |
[INFO] [stderr] 725 | fn bindgen_test_layout__LEAP_POLICY_EVENT() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_policy_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_TRACKING_MODE_EVENT` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:790:4
[INFO] [stderr]     |
[INFO] [stderr] 790 | fn bindgen_test_layout__LEAP_TRACKING_MODE_EVENT() {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_tracking_mode_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VARIANT__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1031:4
[INFO] [stderr]      |
[INFO] [stderr] 1031 | fn bindgen_test_layout__LEAP_VARIANT__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_variant_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_boolValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1042:8
[INFO] [stderr]      |
[INFO] [stderr] 1042 |     fn test_field_boolValue() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_bool_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_iValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1059:8
[INFO] [stderr]      |
[INFO] [stderr] 1059 |     fn test_field_iValue() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_i_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_fValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1076:8
[INFO] [stderr]      |
[INFO] [stderr] 1076 |     fn test_field_fValue() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_f_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_strValue` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1093:8
[INFO] [stderr]      |
[INFO] [stderr] 1093 |     fn test_field_strValue() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_str_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VARIANT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1112:4
[INFO] [stderr]      |
[INFO] [stderr] 1112 | fn bindgen_test_layout__LEAP_VARIANT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_variant`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONFIG_RESPONSE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1163:4
[INFO] [stderr]      |
[INFO] [stderr] 1163 | fn bindgen_test_layout__LEAP_CONFIG_RESPONSE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_config_response_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_requestID` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1174:8
[INFO] [stderr]      |
[INFO] [stderr] 1174 |     fn test_field_requestID() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_request_id`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONFIG_CHANGE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1235:4
[INFO] [stderr]      |
[INFO] [stderr] 1235 | fn bindgen_test_layout__LEAP_CONFIG_CHANGE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_config_change_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_requestID` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1246:8
[INFO] [stderr]      |
[INFO] [stderr] 1246 |     fn test_field_requestID() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_request_id`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DEVICE_INFO` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1492:4
[INFO] [stderr]      |
[INFO] [stderr] 1492 | fn bindgen_test_layout__LEAP_DEVICE_INFO() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_info`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DEVICE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1749:4
[INFO] [stderr]      |
[INFO] [stderr] 1749 | fn bindgen_test_layout__LEAP_DEVICE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DEVICE_FAILURE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1868:4
[INFO] [stderr]      |
[INFO] [stderr] 1868 | fn bindgen_test_layout__LEAP_DEVICE_FAILURE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_failure_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_hDevice` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1896:8
[INFO] [stderr]      |
[INFO] [stderr] 1896 |     fn test_field_hDevice() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_h_device`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_FRAME_HEADER` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:1943:4
[INFO] [stderr]      |
[INFO] [stderr] 1943 | fn bindgen_test_layout__LEAP_FRAME_HEADER() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_frame_header`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_IMAGE_PROPERTIES` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2091:4
[INFO] [stderr]      |
[INFO] [stderr] 2091 | fn bindgen_test_layout__LEAP_IMAGE_PROPERTIES() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_properties`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DISTORTION_MATRIX__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2287:4
[INFO] [stderr]      |
[INFO] [stderr] 2287 | fn bindgen_test_layout__LEAP_DISTORTION_MATRIX__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_distortion_matrix_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DISTORTION_MATRIX` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2342:4
[INFO] [stderr]      |
[INFO] [stderr] 2342 | fn bindgen_test_layout__LEAP_DISTORTION_MATRIX() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_distortion_matrix`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_IMAGE_FRAME_DESCRIPTION` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2403:4
[INFO] [stderr]      |
[INFO] [stderr] 2403 | fn bindgen_test_layout__LEAP_IMAGE_FRAME_DESCRIPTION() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_frame_description`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_pBuffer` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2465:8
[INFO] [stderr]      |
[INFO] [stderr] 2465 |     fn test_field_pBuffer() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_buffer`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2515:4
[INFO] [stderr]      |
[INFO] [stderr] 2515 | fn bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector_bindgen_ty_1_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2588:4
[INFO] [stderr]      |
[INFO] [stderr] 2588 | fn bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VECTOR` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2618:4
[INFO] [stderr]      |
[INFO] [stderr] 2618 | fn bindgen_test_layout__LEAP_VECTOR() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_vector`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_MATRIX_3x3` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2640:4
[INFO] [stderr]      |
[INFO] [stderr] 2640 | fn bindgen_test_layout__LEAP_MATRIX_3x3() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_matrix_3x3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2697:4
[INFO] [stderr]      |
[INFO] [stderr] 2697 | fn bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion_bindgen_ty_1_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2792:4
[INFO] [stderr]      |
[INFO] [stderr] 2792 | fn bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_QUATERNION` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2822:4
[INFO] [stderr]      |
[INFO] [stderr] 2822 | fn bindgen_test_layout__LEAP_QUATERNION() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_quaternion`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_BONE` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2857:4
[INFO] [stderr]      |
[INFO] [stderr] 2857 | fn bindgen_test_layout__LEAP_BONE() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_bone`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:2982:4
[INFO] [stderr]      |
[INFO] [stderr] 2982 | fn bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit_bindgen_ty_1_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3073:4
[INFO] [stderr]      |
[INFO] [stderr] 3073 | fn bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DIGIT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3103:4
[INFO] [stderr]      |
[INFO] [stderr] 3103 | fn bindgen_test_layout__LEAP_DIGIT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_digit`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_PALM` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3191:4
[INFO] [stderr]      |
[INFO] [stderr] 3191 | fn bindgen_test_layout__LEAP_PALM() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_palm`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_HAND__bindgen_ty_1__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3404:4
[INFO] [stderr]      |
[INFO] [stderr] 3404 | fn bindgen_test_layout__LEAP_HAND__bindgen_ty_1__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand_bindgen_ty_1_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_HAND__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3513:4
[INFO] [stderr]      |
[INFO] [stderr] 3513 | fn bindgen_test_layout__LEAP_HAND__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_HAND` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3543:4
[INFO] [stderr]      |
[INFO] [stderr] 3543 | fn bindgen_test_layout__LEAP_HAND() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_hand`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_TRACKING_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3785:4
[INFO] [stderr]      |
[INFO] [stderr] 3785 | fn bindgen_test_layout__LEAP_TRACKING_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_tracking_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_nHands` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3830:8
[INFO] [stderr]      |
[INFO] [stderr] 3830 |     fn test_field_nHands() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_hands`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_pHands` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3847:8
[INFO] [stderr]      |
[INFO] [stderr] 3847 |     fn test_field_pHands() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_hands`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_LOG_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3918:4
[INFO] [stderr]      |
[INFO] [stderr] 3918 | fn bindgen_test_layout__LEAP_LOG_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_log_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_LOG_EVENTS` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:3995:4
[INFO] [stderr]      |
[INFO] [stderr] 3995 | fn bindgen_test_layout__LEAP_LOG_EVENTS() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_log_events`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_nEvents` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4006:8
[INFO] [stderr]      |
[INFO] [stderr] 4006 |     fn test_field_nEvents() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_events`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DEVICE_STATUS_CHANGE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4057:4
[INFO] [stderr]      |
[INFO] [stderr] 4057 | fn bindgen_test_layout__LEAP_DEVICE_STATUS_CHANGE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_device_status_change_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_DROPPED_FRAME_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4141:4
[INFO] [stderr]      |
[INFO] [stderr] 4141 | fn bindgen_test_layout__LEAP_DROPPED_FRAME_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_dropped_frame_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_IMAGE` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4217:4
[INFO] [stderr]      |
[INFO] [stderr] 4217 | fn bindgen_test_layout__LEAP_IMAGE() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_POINT_MAPPING_CHANGE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4329:4
[INFO] [stderr]      |
[INFO] [stderr] 4329 | fn bindgen_test_layout__LEAP_POINT_MAPPING_CHANGE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_point_mapping_change_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_nPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4377:8
[INFO] [stderr]      |
[INFO] [stderr] 4377 |     fn test_field_nPoints() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_points`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_POINT_MAPPING` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4411:4
[INFO] [stderr]      |
[INFO] [stderr] 4411 | fn bindgen_test_layout__LEAP_POINT_MAPPING() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_point_mapping`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_nPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4456:8
[INFO] [stderr]      |
[INFO] [stderr] 4456 |     fn test_field_nPoints() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_n_points`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_pPoints` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4473:8
[INFO] [stderr]      |
[INFO] [stderr] 4473 |     fn test_field_pPoints() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_points`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_field_pIDs` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4490:8
[INFO] [stderr]      |
[INFO] [stderr] 4490 |     fn test_field_pIDs() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_field_p_ids`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_HEAD_POSE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4525:4
[INFO] [stderr]      |
[INFO] [stderr] 4525 | fn bindgen_test_layout__LEAP_HEAD_POSE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_head_pose_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_EYE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4652:4
[INFO] [stderr]      |
[INFO] [stderr] 4652 | fn bindgen_test_layout__LEAP_EYE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_eye_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_IMU_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4800:4
[INFO] [stderr]      |
[INFO] [stderr] 4800 | fn bindgen_test_layout__LEAP_IMU_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_imu_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_IMAGE_EVENT` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:4934:4
[INFO] [stderr]      |
[INFO] [stderr] 4934 | fn bindgen_test_layout__LEAP_IMAGE_EVENT() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_image_event`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_MESSAGE__bindgen_ty_1` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:5163:4
[INFO] [stderr]      |
[INFO] [stderr] 5163 | fn bindgen_test_layout__LEAP_CONNECTION_MESSAGE__bindgen_ty_1() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_message_bindgen_ty_1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_CONNECTION_MESSAGE` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:5524:4
[INFO] [stderr]      |
[INFO] [stderr] 5524 | fn bindgen_test_layout__LEAP_CONNECTION_MESSAGE() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_connection_message`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_RECORDING_PARAMETERS` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:6140:4
[INFO] [stderr]      |
[INFO] [stderr] 6140 | fn bindgen_test_layout__LEAP_RECORDING_PARAMETERS() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_recording_parameters`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_RECORDING_STATUS` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:6184:4
[INFO] [stderr]      |
[INFO] [stderr] 6184 | fn bindgen_test_layout__LEAP_RECORDING_STATUS() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_recording_status`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_VERSION` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:6404:4
[INFO] [stderr]      |
[INFO] [stderr] 6404 | fn bindgen_test_layout__LEAP_VERSION() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_version`
[INFO] [stderr] 
[INFO] [stderr] warning: function `bindgen_test_layout__LEAP_TELEMETRY_DATA` should have a snake case name
[INFO] [stderr]     --> src/lib.rs:6520:4
[INFO] [stderr]      |
[INFO] [stderr] 6520 | fn bindgen_test_layout__LEAP_TELEMETRY_DATA() {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_leap_telemetry_data`
[INFO] [stderr] 
[INFO] [stderr] warning: `leap-sys` (lib test) generated 282 warnings (213 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/leap_sys-4fa2b6c7bbab3acf)
[INFO] [stdout] 
[INFO] [stdout] running 53 tests
[INFO] [stdout] test bindgen_test_layout_LEAP_ALLOCATOR ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONFIG_CHANGE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_CONFIG ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_INFO ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONFIG_RESPONSE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_MESSAGE ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_MESSAGE__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DEVICE_REF ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DEVICE_STATUS_CHANGE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DEVICE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DEVICE_INFO ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DIGIT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DEVICE_FAILURE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_CONNECTION_LOST_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DISTORTION_MATRIX__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DISTORTION_MATRIX ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_DROPPED_FRAME_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_EYE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_BONE ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_HAND__bindgen_ty_1__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_HEAD_POSE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_IMAGE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_IMAGE ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_IMAGE_FRAME_DESCRIPTION ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_LOG_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_IMU_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_LOG_EVENTS ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_POINT_MAPPING ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_MATRIX_3x3 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_IMAGE_PROPERTIES ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_PALM ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_POLICY_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_QUATERNION__bindgen_ty_1__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_POINT_MAPPING_CHANGE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_RECORDING_PARAMETERS ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_QUATERNION ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_RECORDING_STATUS ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_TELEMETRY_DATA ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_TRACKING_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VARIANT__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VECTOR ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VECTOR__bindgen_ty_1__bindgen_ty_1 ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_TRACKING_MODE_EVENT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VARIANT ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_FRAME_HEADER ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_HAND ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_VERSION ... ok
[INFO] [stdout] test bindgen_test_layout__LEAP_HAND__bindgen_ty_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests leap_sys
[INFO] [stderr] warning: type `_eLeapRS` should have an upper camel case name
[INFO] [stderr]   --> src/lib.rs:87:10
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub type _eLeapRS = ::std::os::raw::c_int;
[INFO] [stderr]    |          ^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRs`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapTrackingMode` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub type _eLeapTrackingMode = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapTrackingMode`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:116:10
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub type LEAP_CONNECTION = *mut _LEAP_CONNECTION;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnection`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:127:10
[INFO] [stderr]     |
[INFO] [stderr] 127 | pub type LEAP_DEVICE = *mut _LEAP_DEVICE;
[INFO] [stderr]     |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDevice`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CALIBRATION` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:137:10
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub type LEAP_CALIBRATION = *mut _LEAP_CALIBRATION;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapCalibration`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_REF` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:205:10
[INFO] [stderr]     |
[INFO] [stderr] 205 | pub type LEAP_DEVICE_REF = _LEAP_DEVICE_REF;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceRef`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapConnectionConfig` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:209:10
[INFO] [stderr]     |
[INFO] [stderr] 209 | pub type _eLeapConnectionConfig = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_CONFIG` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:298:10
[INFO] [stderr]     |
[INFO] [stderr] 298 | pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionConfig`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapAllocatorType` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:322:10
[INFO] [stderr]     |
[INFO] [stderr] 322 | pub type _eLeapAllocatorType = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapAllocatorType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapServiceDisposition` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:477:10
[INFO] [stderr]     |
[INFO] [stderr] 477 | pub type _eLeapServiceDisposition = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapServiceDisposition`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:521:10
[INFO] [stderr]     |
[INFO] [stderr] 521 | pub type LEAP_CONNECTION_EVENT = _LEAP_CONNECTION_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_LOST_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:574:10
[INFO] [stderr]     |
[INFO] [stderr] 574 | pub type LEAP_CONNECTION_LOST_EVENT = _LEAP_CONNECTION_LOST_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionLostEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapConnectionStatus` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:596:10
[INFO] [stderr]     |
[INFO] [stderr] 596 | pub type _eLeapConnectionStatus = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapConnectionStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_INFO` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:672:10
[INFO] [stderr]     |
[INFO] [stderr] 672 | pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapPolicyFlag` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:707:10
[INFO] [stderr]     |
[INFO] [stderr] 707 | pub type _eLeapPolicyFlag = ::std::os::raw::c_int;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPolicyFlag`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POLICY_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:775:10
[INFO] [stderr]     |
[INFO] [stderr] 775 | pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPolicyEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TRACKING_MODE_EVENT` should have an upper camel case name
[INFO] [stderr]    --> src/lib.rs:840:10
[INFO] [stderr]     |
[INFO] [stderr] 840 | pub type LEAP_TRACKING_MODE_EVENT = _LEAP_TRACKING_MODE_EVENT;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingModeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapValueType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1003:10
[INFO] [stderr]      |
[INFO] [stderr] 1003 | pub type _eLeapValueType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapValueType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VARIANT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1144:10
[INFO] [stderr]      |
[INFO] [stderr] 1144 | pub type LEAP_VARIANT = _LEAP_VARIANT;
[INFO] [stderr]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVariant`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONFIG_RESPONSE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1216:10
[INFO] [stderr]      |
[INFO] [stderr] 1216 | pub type LEAP_CONFIG_RESPONSE_EVENT = _LEAP_CONFIG_RESPONSE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigResponseEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONFIG_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1290:10
[INFO] [stderr]      |
[INFO] [stderr] 1290 | pub type LEAP_CONFIG_CHANGE_EVENT = _LEAP_CONFIG_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConfigChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `eLeapDeviceCaps` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1435:10
[INFO] [stderr]      |
[INFO] [stderr] 1435 | pub type eLeapDeviceCaps = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceCaps`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDevicePID` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1454:10
[INFO] [stderr]      |
[INFO] [stderr] 1454 | pub type _eLeapDevicePID = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDevicePid`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_INFO` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1679:10
[INFO] [stderr]      |
[INFO] [stderr] 1679 | pub type LEAP_DEVICE_INFO = _LEAP_DEVICE_INFO;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceInfo`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1819:10
[INFO] [stderr]      |
[INFO] [stderr] 1819 | pub type LEAP_DEVICE_EVENT = _LEAP_DEVICE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDeviceStatus` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1844:10
[INFO] [stderr]      |
[INFO] [stderr] 1844 | pub type _eLeapDeviceStatus = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDeviceStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_FAILURE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:1921:10
[INFO] [stderr]      |
[INFO] [stderr] 1921 | pub type LEAP_DEVICE_FAILURE_EVENT = _LEAP_DEVICE_FAILURE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceFailureEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_FRAME_HEADER` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2008:10
[INFO] [stderr]      |
[INFO] [stderr] 2008 | pub type LEAP_FRAME_HEADER = _LEAP_FRAME_HEADER;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapFrameHeader`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapImageType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2017:10
[INFO] [stderr]      |
[INFO] [stderr] 2017 | pub type _eLeapImageType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapImageFormat` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2030:10
[INFO] [stderr]      |
[INFO] [stderr] 2030 | pub type _eLeapImageFormat = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImageFormat`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapPerspectiveType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2046:10
[INFO] [stderr]      |
[INFO] [stderr] 2046 | pub type _eLeapPerspectiveType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapPerspectiveType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapCameraCalibrationType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2060:10
[INFO] [stderr]      |
[INFO] [stderr] 2060 | pub type _eLeapCameraCalibrationType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapCameraCalibrationType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_PROPERTIES` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2259:10
[INFO] [stderr]      |
[INFO] [stderr] 2259 | pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageProperties`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DISTORTION_MATRIX` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2382:10
[INFO] [stderr]      |
[INFO] [stderr] 2382 | pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDistortionMatrix`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_FRAME_DESCRIPTION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2487:10
[INFO] [stderr]      |
[INFO] [stderr] 2487 | pub type LEAP_IMAGE_FRAME_DESCRIPTION = _LEAP_IMAGE_FRAME_DESCRIPTION;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageFrameDescription`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VECTOR` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2633:10
[INFO] [stderr]      |
[INFO] [stderr] 2633 | pub type LEAP_VECTOR = _LEAP_VECTOR;
[INFO] [stderr]      |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVector`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_MATRIX_3x3` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2669:10
[INFO] [stderr]      |
[INFO] [stderr] 2669 | pub type LEAP_MATRIX_3x3 = _LEAP_MATRIX_3x3;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapMatrix3x3`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_QUATERNION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2836:10
[INFO] [stderr]      |
[INFO] [stderr] 2836 | pub type LEAP_QUATERNION = _LEAP_QUATERNION;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapQuaternion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_BONE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:2942:10
[INFO] [stderr]      |
[INFO] [stderr] 2942 | pub type LEAP_BONE = _LEAP_BONE;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapBone`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DIGIT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3153:10
[INFO] [stderr]      |
[INFO] [stderr] 3153 | pub type LEAP_DIGIT = _LEAP_DIGIT;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDigit`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_PALM` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3326:10
[INFO] [stderr]      |
[INFO] [stderr] 3326 | pub type LEAP_PALM = _LEAP_PALM;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPalm`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapHandType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3335:10
[INFO] [stderr]      |
[INFO] [stderr] 3335 | pub type _eLeapHandType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapHandType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_HAND` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3744:10
[INFO] [stderr]      |
[INFO] [stderr] 3744 | pub type LEAP_HAND = _LEAP_HAND;
[INFO] [stderr]      |          ^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHand`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TRACKING_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3886:10
[INFO] [stderr]      |
[INFO] [stderr] 3886 | pub type LEAP_TRACKING_EVENT = _LEAP_TRACKING_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTrackingEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapLogSeverity` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3897:10
[INFO] [stderr]      |
[INFO] [stderr] 3897 | pub type _eLeapLogSeverity = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapLogSeverity`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_LOG_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:3983:10
[INFO] [stderr]      |
[INFO] [stderr] 3983 | pub type LEAP_LOG_EVENT = _LEAP_LOG_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_LOG_EVENTS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4041:10
[INFO] [stderr]      |
[INFO] [stderr] 4041 | pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapLogEvents`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DEVICE_STATUS_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4127:10
[INFO] [stderr]      |
[INFO] [stderr] 4127 | pub type LEAP_DEVICE_STATUS_CHANGE_EVENT = _LEAP_DEVICE_STATUS_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDeviceStatusChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapDroppedFrameType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4132:10
[INFO] [stderr]      |
[INFO] [stderr] 4132 | pub type _eLeapDroppedFrameType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapDroppedFrameType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_DROPPED_FRAME_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4187:10
[INFO] [stderr]      |
[INFO] [stderr] 4187 | pub type LEAP_DROPPED_FRAME_EVENT = _LEAP_DROPPED_FRAME_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapDroppedFrameEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4317:10
[INFO] [stderr]      |
[INFO] [stderr] 4317 | pub type LEAP_IMAGE = _LEAP_IMAGE;
[INFO] [stderr]      |          ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImage`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POINT_MAPPING_CHANGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4395:10
[INFO] [stderr]      |
[INFO] [stderr] 4395 | pub type LEAP_POINT_MAPPING_CHANGE_EVENT = _LEAP_POINT_MAPPING_CHANGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMappingChangeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_POINT_MAPPING` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4508:10
[INFO] [stderr]      |
[INFO] [stderr] 4508 | pub type LEAP_POINT_MAPPING = _LEAP_POINT_MAPPING;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapPointMapping`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_HEAD_POSE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4622:10
[INFO] [stderr]      |
[INFO] [stderr] 4622 | pub type LEAP_HEAD_POSE_EVENT = _LEAP_HEAD_POSE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapHeadPoseEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_EYE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4766:10
[INFO] [stderr]      |
[INFO] [stderr] 4766 | pub type LEAP_EYE_EVENT = _LEAP_EYE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapEyeEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapIMUFlag` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4773:10
[INFO] [stderr]      |
[INFO] [stderr] 4773 | pub type _eLeapIMUFlag = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapImuflag`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMU_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:4914:10
[INFO] [stderr]      |
[INFO] [stderr] 4914 | pub type LEAP_IMU_EVENT = _LEAP_IMU_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImuEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_IMAGE_EVENT` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5005:10
[INFO] [stderr]      |
[INFO] [stderr] 5005 | pub type LEAP_IMAGE_EVENT = _LEAP_IMAGE_EVENT;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapImageEvent`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapEventType` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5097:10
[INFO] [stderr]      |
[INFO] [stderr] 5097 | pub type _eLeapEventType = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapEventType`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CONNECTION_MESSAGE` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5591:10
[INFO] [stderr]      |
[INFO] [stderr] 5591 | pub type LEAP_CONNECTION_MESSAGE = _LEAP_CONNECTION_MESSAGE;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapConnectionMessage`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_CLOCK_REBASER` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:5809:10
[INFO] [stderr]      |
[INFO] [stderr] 5809 | pub type LEAP_CLOCK_REBASER = *mut _LEAP_CLOCK_REBASER;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapClockRebaser`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapRecordingFlags` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6115:10
[INFO] [stderr]      |
[INFO] [stderr] 6115 | pub type _eLeapRecordingFlags = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapRecordingFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6129:10
[INFO] [stderr]      |
[INFO] [stderr] 6129 | pub type LEAP_RECORDING = *mut _LEAP_RECORDING;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecording`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING_PARAMETERS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6172:10
[INFO] [stderr]      |
[INFO] [stderr] 6172 | pub type LEAP_RECORDING_PARAMETERS = _LEAP_RECORDING_PARAMETERS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingParameters`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_RECORDING_STATUS` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6217:10
[INFO] [stderr]      |
[INFO] [stderr] 6217 | pub type LEAP_RECORDING_STATUS = _LEAP_RECORDING_STATUS;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapRecordingStatus`
[INFO] [stderr] 
[INFO] [stderr] warning: type `_eLeapVersionPart` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6377:10
[INFO] [stderr]      |
[INFO] [stderr] 6377 | pub type _eLeapVersionPart = ::std::os::raw::c_int;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ELeapVersionPart`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_VERSION` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6475:10
[INFO] [stderr]      |
[INFO] [stderr] 6475 | pub type LEAP_VERSION = _LEAP_VERSION;
[INFO] [stderr]      |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapVersion`
[INFO] [stderr] 
[INFO] [stderr] warning: type `LEAP_TELEMETRY_DATA` should have an upper camel case name
[INFO] [stderr]     --> src/lib.rs:6651:10
[INFO] [stderr]      |
[INFO] [stderr] 6651 | pub type LEAP_TELEMETRY_DATA = _LEAP_TELEMETRY_DATA;
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LeapTelemetryData`
[INFO] [stderr] 
[INFO] [stderr] warning: 68 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8366fd98ac4c2763d845912c618f48d2163a6505e912822fd02c4cdd1e2bcd14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8366fd98ac4c2763d845912c618f48d2163a6505e912822fd02c4cdd1e2bcd14", kill_on_drop: false }`
[INFO] [stdout] 8366fd98ac4c2763d845912c618f48d2163a6505e912822fd02c4cdd1e2bcd14
